t.p._.ZshSubcommandBuilder(ZshBuilder) : class documentation

Part of twisted.python._shellcomp View Source View In Hierarchy

Constructs zsh code that will complete options for a given usage.Options instance, and also for a single sub-command. This will only be used in the case where the user is completing options for a specific subcommand.
Instance VariablessubOptionsThe twisted.python.usage.Options instance defined for the sub command. (type: twisted.python.usage.Options )
Method __init__ Undocumented
Method write Generate the completion function and write it to the output file @return: None
def __init__(self, subOptions, *args): (source)
Undocumented
def write(self): (source)
Generate the completion function and write it to the output file
ReturnsNone
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.