Package Ganga :: Package GPIDev :: Package Schema :: Module Schema' :: Class Item
[hide private]
[frames] | no frames]

Class Item

source code

Known Subclasses:

Instance Methods [hide private]
 
__getitem__(self, key) source code
 
__init__(self) source code
 
_check_type(self, val, name, enableGangaList=True) source code
 
_describe(self) source code
 
_update(self, kwds, forced=None)
Add new metaproperties/override old values.
source code
 
describe(self) source code
 
isA(self, what) source code
Class Variables [hide private]
  _metaproperties = {'changable_at_resubmit': 0, 'checkset': Non...
Method Details [hide private]

_update(self, kwds, forced=None)

source code 

Add new metaproperties/override old values. To be used by derived contructors only. 'forced' is an (optional) dictionary containing all values which cannot be modified by the user of the derived contructor.


Class Variable Details [hide private]

_metaproperties

Value:
{'changable_at_resubmit': 0,
 'checkset': None,
 'comparable': 1,
 'copyable': 1,
 'defvalue': None,
 'doc': '',
 'filter': None,
 'getter': None,
...