Package intermine :: Module constraints :: Class TemplateConstraint
[hide private]
[frames] | no frames]

Class TemplateConstraint

source code

object --+
         |
        TemplateConstraint
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, editable=True, optional='locked')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_switchable_status(self) source code
 
to_string(self) source code
 
separate_arg_sets(self, args) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  REQUIRED = 'locked'
  OPTIONAL_ON = 'on'
  OPTIONAL_OFF = 'off'
Properties [hide private]
  required
  switched_off

Inherited from object: __class__

Method Details [hide private]

__init__(self, editable=True, optional='locked')
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

required

Get Method:
unreachable.required(self)

switched_off

Get Method:
unreachable.switched_off(self)