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

Class Constraint

source code

              object --+    
                       |    
pathfeatures.PathFeature --+
                           |
                          Constraint
Known Subclasses:

A class representing constraints on a query

All constraints inherit from this class, which simply defines the type of element for the purposes of serialisation.

Instance Methods [hide private]

Inherited from pathfeatures.PathFeature: __init__, __repr__, to_dict, to_string

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

Class Variables [hide private]
  child_type = 'constraint'
Properties [hide private]

Inherited from object: __class__