launch.launch_introspector module
Module for the LaunchIntrospector class.
- class launch.launch_introspector.LaunchIntrospector[source]
Bases:
objectProvides an interface through which you can visit all entities of a LaunchDescription.
- format_launch_description(launch_description: LaunchDescription) str[source]
Return a string representation of a LaunchDescription.
- launch.launch_introspector.format_action(action: Action) List[str][source]
Return a text representation of an action.
- launch.launch_introspector.format_entities(entities: Iterable[LaunchDescriptionEntity]) List[str][source]
Return a list of lines of text that represent of a list of LaunchDescriptionEntity’s.
- launch.launch_introspector.format_event_handler(event_handler: BaseEventHandler) List[str][source]
Return a text representation of an event handler.
- launch.launch_introspector.format_substitutions(substitutions: str | Path | Substitution | Iterable[str | Path | Substitution]) str[source]
Return a text representation of some set of substitutions.