Trees | Indices | Help |
---|
|
object --+ | set --+ | RestrictionBatch
|
|||
new RestrictionBatch. |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
enzyme class |
|
||
RestrictionBatch |
|
||
add a new set of enzyme to B |
|
||
add a new set of enzyme to B |
|
||
|
|||
|
|||
remove other from B if other is a RestrictionType |
|
||
add other to B if other is a RestrictionType |
|
||
add other to B |
|
||
RestrictionType or raise ValueError |
|
||
bool |
|
||
|
|||
tuple |
|
||
list |
|
||
dict. |
|
||
Inherited from Inherited from |
|
|||
dict |
|
||
letter codes for the suppliers |
|
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
repr(x)
|
y in x.
|
if add is True and enzyme is not in B add enzyme to B. if add is False (which is the default) only return enzyme. if enzyme is not a RestrictionType or can not be evaluated to a RestrictionType, raise a ValueError.
|
letter represents the suppliers as defined in the dictionary RestrictionDictionary.suppliers return None. raise a KeyError if letter is not a supplier code.
|
Safe set.remove method. Verify that other is a RestrictionType or can be evaluated to a RestrictionType. raise a ValueError if other can not be evaluated to a RestrictionType. raise a KeyError if other is not in B.
|
Safe set.add method. Verify that other is a RestrictionType or can be evaluated to a RestrictionType. raise a ValueError if other can not be evaluated to a RestrictionType.
|
B.split(class, [class.__name__ = True]) -> new RestrictionBatch. it works but it is slow, so it has really an interest when splitting over multiple conditions. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 26 16:19:28 2010 | http://epydoc.sourceforge.net |