Part of bzrlib.tests.blackbox.test_command_encoding View In Hierarchy
Inherited from cmd_echo_exact:
Method | run | Actually run the command. |
Inherited from Command (via cmd_echo_exact):
Method | __init__ | Construct an instance of this command. |
Method | add_cleanup | Register a function to call after self.run returns or raises. |
Method | cleanup_now | Execute and empty pending cleanup functions immediately. |
Method | get_help_text | Return a text string with help for this command. |
Method | get_help_topic | Return the commands help topic - its name. |
Method | get_see_also | Return a list of help topics that are related to this command. |
Method | options | Return dict of valid options for this command. |
Method | run_argv_aliases | Parse the command line and run with extra aliases in alias_argv. |
Method | help | Return help message for this class. |
Method | gettext | Returns the gettext function used to translate this command's help. |
Method | name | Return the canonical name for this command. |
Method | plugin_name | Get the name of the plugin that provides this command. |
Method | _usage | Return single-line grammar for this command. |
Static Method | _get_help_parts | Split help text into a summary and named sections. |
Method | _setup_outf | Return a file linked to stdout, which has proper encoding. |
Method | _setup_run | Wrap the defined run method on self with a cleanup. |