Trees | Indices | Help |
---|
|
object --+ | sets.BaseSet --+ | sets.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 Inherited from Inherited from |
|
|||
dict |
|
||
|
|
|||
Inherited from |
|
Construct a set from an optional iterable.
|
Return string representation of a set. This looks like 'Set([<list of elements>])'.
|
Return string representation of a set. This looks like 'Set([<list of elements>])'.
|
Report whether an element is a member of a set. (Called in response to the expression `element in self'.)
|
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 Thu Feb 7 11:50:32 2008 | http://epydoc.sourceforge.net |