module documentation
Handles objects created with the same name as an object that already exisist.
Handles classmethod()
and staticmethod()
like:
def f(): ... f = staticmethod(f)
It removes the Variable object and mark the Function f() as a static method.
Class |
|
Handle duplicates |
Function | setup |
Undocumented |
Function | _handle |
Undocumented |