Part of twisted.python._shellcomp View Source View In Hierarchy
Instance Variable | subOptions | The 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 |
Inherited from ZshBuilder:
Instance Variable | options | The twisted.python.usage.Options
instance defined for this command. (type: twisted.python.usage.Options ) |
Instance Variable | cmdName | The name of the command we're generating completions for. (type: str ) |
Instance Variable | file | The file to write the completion function to. (type: file ) |
twisted.python.usage.Options
instance defined for the sub command. (type: twisted.python.usage.Options
)
Returns | None |