Public Member Functions | |
def | __init__ |
def | compare_vars |
def | note_assignment |
def | merge |
def | push |
def | pop |
def | verify |
def | isempty |
def | inform |
Public Attributes | |
cleanups | |
aliases |
Definition at line 77 of file cleanup_check.py.
def cleanup_check.MasterCleanup.__init__ | ( | self, | |
other = None |
|||
) |
Definition at line 80 of file cleanup_check.py.
def cleanup_check.MasterCleanup.compare_vars | ( | self, | |
definition, | |||
argument | |||
) |
Definition at line 91 of file cleanup_check.py.
def cleanup_check.MasterCleanup.inform | ( | self | ) |
Definition at line 189 of file cleanup_check.py.
def cleanup_check.MasterCleanup.isempty | ( | self | ) |
Definition at line 184 of file cleanup_check.py.
def cleanup_check.MasterCleanup.merge | ( | self, | |
other | |||
) |
Definition at line 106 of file cleanup_check.py.
def cleanup_check.MasterCleanup.note_assignment | ( | self, | |
lhs, | |||
rhs | |||
) |
Definition at line 100 of file cleanup_check.py.
def cleanup_check.MasterCleanup.pop | ( | self, | |
location, | |||
back_to | |||
) |
Definition at line 167 of file cleanup_check.py.
def cleanup_check.MasterCleanup.push | ( | self, | |
location, | |||
lhs | |||
) |
Definition at line 142 of file cleanup_check.py.
def cleanup_check.MasterCleanup.verify | ( | self, | |
location, | |||
arg | |||
) |
Definition at line 177 of file cleanup_check.py.
Definition at line 80 of file cleanup_check.py.
Definition at line 80 of file cleanup_check.py.