class DocStringParser: (source)
Method | __init__ |
Undocumented |
Method | add_token |
Process next token from the token stream. |
Method | get_signatures |
Return sorted copy of the list of signatures found so far. |
Method | reset |
Undocumented |
Instance Variable | accumulator |
Undocumented |
Instance Variable | arg_default |
Undocumented |
Instance Variable | arg_name |
Undocumented |
Instance Variable | arg_type |
Undocumented |
Instance Variable | args |
Undocumented |
Instance Variable | found |
Undocumented |
Instance Variable | function_name |
Undocumented |
Instance Variable | ret_type |
Undocumented |
Instance Variable | signatures |
Undocumented |
Instance Variable | state |
Undocumented |