module documentation

Visitor that sets command context during payload traversal.

Class CommandAwarePayloadVisitor Payload visitor that sets command context during traversal.
Class CommandInfo Information identifying a specific command instance.
Function current_command Context manager for setting command info.
Variable current_command_info Undocumented
@contextmanager
def current_command(command_type: CommandType.ValueType, command_seq: int) -> Iterator[None]: (source)

Context manager for setting command info.

Undocumented