Package PyDSTool :: Module ModelConstructor' :: Class Descriptor
[hide private]
[frames] | no frames]

Class Descriptor

source code

 object --+    
          |    
common.args --+
              |
             Descriptor
Known Subclasses:

Abstract class for model and generator descriptors

Instance Methods [hide private]
 
__init__(self, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__repr__(self)
str(x)
source code
 
__str__(self)
str(x)
source code
 
validate(self) source code

Inherited from common.args: __add__, __cmp__, __contains__, __delitem__, __eq__, __ge__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__, __setitem__, clear, copy, fromkeys, get, has_key, info, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from common.args (private): _infostr

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  _checkKeys = ()
  _defaults = {}
  _validKeys = ()
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

str(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)