|
|
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
_push(self,
cls,
name,
docstring)
|
|
|
handleDuplicate(self,
obj)
This is called when we see two objects with the same
.fullName(), for example:
|
|
|
_pop(self,
cls)
|
|
|
push(self,
obj,
node=None)
|
|
|
pop(self,
obj)
|
|
|
pushClass(self,
name,
docstring)
|
|
|
popClass(self)
|
|
|
pushModule(self,
name,
docstring)
|
|
|
popModule(self)
|
|
|
pushFunction(self,
name,
docstring,
func_called)
|
|
|
popFunction(self)
|
|
|
pushPackage(self,
name,
docstring)
|
|
|
popPackage(self)
|
|
|
report(self)
|
|
|
_report(self,
o,
indent)
|
|
|
resolveAlias(self,
n)
|
|
|
resolveAliases(self)
|
|
|
warning(self,
type,
detail)
|
|
|
objectsOfType(self,
cls)
|
|
|
finalStateComputations(self)
|
|
|
recordBasesAndSubclasses(self)
|
|
|
__getstate__(self)
|
|
|
__setstate__(self,
state)
|
|
:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|