launch.substitutions.text_substitution module
Module for the TextSubstitution substitution.
- class launch.substitutions.text_substitution.TextSubstitution[source]
Bases:
SubstitutionSubstitution that wraps a single string text.
- perform(context: LaunchContext) str[source]
Perform the substitution by returning the string itself.