Home | Trees | Index | Help |
|
---|
Package cheesecake :: Module model :: Class System |
|
object
--+
|
System
Method Summary | |
---|---|
__init__(self)
| |
__getstate__(self)
| |
__setstate__(self,
state)
| |
finalStateComputations(self)
| |
This is called when we see two objects with the same .fullName(), for example: | |
objectsOfType(self,
cls)
| |
pop(self,
obj)
| |
popClass(self)
| |
popFunction(self)
| |
popModule(self)
| |
popPackage(self)
| |
push(self,
obj,
node)
| |
pushClass(self,
name,
docstring)
| |
pushFunction(self,
name,
docstring,
func_called)
| |
pushModule(self,
name,
docstring)
| |
pushPackage(self,
name,
docstring)
| |
recordBasesAndSubclasses(self)
| |
report(self)
| |
resolveAlias(self,
n)
| |
resolveAliases(self)
| |
warning(self,
type,
detail)
| |
_pop(self,
cls)
| |
_push(self,
cls,
name,
docstring)
| |
_report(self,
o,
indent)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
type |
Class = cheesecake.model.Class |
type |
Function = cheesecake.model.Function |
type |
Module = cheesecake.model.Module |
type |
ModuleVistor = cheesecake.model.ModuleVistor |
type |
Package = cheesecake.model.Package |
Method Details |
---|
handleDuplicate(self, obj)This is called when we see two objects with the same .fullName(), for example:
The default is that the second definition "wins". |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Feb 9 02:15:12 2007 | http://epydoc.sf.net |