class documentation

class twisted.python._shellcomp.ZshSubcommandBuilder(ZshBuilder): (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 Variable subOptions The twisted.python.usage.Options instance defined for the sub command.
Method __init__ Undocumented
Method write Generate the completion function and write it to the output file @return: None

Inherited from ZshBuilder:

Instance Variable options The twisted.python.usage.Options instance defined for this command.
Instance Variable cmdName The name of the command we're generating completions for.
Instance Variable file The file to write the completion function to. The file must have bytes I/O semantics.
subOptions = (source)
The twisted.python.usage.Options instance defined for the sub command.
(type: twisted.python.usage.Options)
def __init__(self, subOptions, *args): (source)
def write(self): (source)

Generate the completion function and write it to the output file

ReturnsNone
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.