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

Class Schema

source code

Instance Methods [hide private]
 
__getitem__(self, name) source code
 
__init__(self, version, datadict) source code
 
_filter(self, klass) source code
 
_getDefaultValueInternal(self, attr, val=None, check=False)
Get the default value of a schema item, both simple and component.
source code
 
allItems(self) source code
 
componentItems(self) source code
 
createDefaultConfig(self) source code
 
getDefaultValue(self, attr)
Get the default value of a schema item, both simple and component.
source code
 
getItem(self, name) source code
 
getPluginClass(self) source code
 
hasAttribute(self, name) source code
 
inherit_copy(self) source code
 
isEqual(self, schema) source code
 
simpleItems(self) source code
Properties [hide private]
  category
  name
Method Details [hide private]

_getDefaultValueInternal(self, attr, val=None, check=False)

source code 

Get the default value of a schema item, both simple and component. If check is True then val is used instead of default value: this is used to check if the val may be used as a default value (e.g. if it is OK to use it as a value in the config file)


Property Details [hide private]

category

Get Method:
unreachable(self)

name

Get Method:
unreachable(self)