class documentation
class SourceSplitVisitor(ast.NodeVisitor): (source)
ast NodeVisitor class for retrieving assignments
| Method | __init__ |
Undocumented |
| Method | visit_ |
When visit Assign, add information to the assignment dictionary |
| Method | visit_ |
Undocumented |
| Instance Variable | assign |
Undocumented |
When visit Assign, add information to the assignment dictionary
| Parameters | |
| node | Undocumented |
| ast | a list of statements to be visited. |
| def | a list of dictionary, each of whose entry is a |
| function/class definition | |
| scope | the scope that is currently being visited. When it is "mod", |
| it is visiting under the entire module | |