DeclarativeMeta


Attributes

a __flags__

22523

a __bases__

(<type 'type'>,)

a __name__

'DeclarativeMeta'

a __mro__

(<class 'metasqlobject.declarative.DeclarativeMeta'>,
 <type 'type'>,
 <type 'object'>)

Methods

f __subclasses__(...) ...

__subclasses__() -> list of immediate subclasses

f __cmp__(...) ...

x.__cmp__(y) <==> cmp(x,y)

f __call__(...) ...

x.__call__(...) <==> x(...)

f __init__(...) ...

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

See the source for more information.