Part of twisted.python.zshcomp View Source View In Hierarchy
Known subclasses: twisted.python.zshcomp.SubcommandBuilder
Method | __init__ | |
Method | write | Write the completion function to the file given to __init__ @return:
None |
Parameters | cmd_name | The name of the command (type: str ) |
options | The twisted.usage.Options instance defined for this command (type: twisted.usage.Options ) | |
file | The file to write the completion function to (type: file ) |
Returns | None |