RestrictionType. Type from which derives all enzyme classes.
Implement the operator methods.
RestrictionType instance
|
|
RestrictionBatch()
|
|
list
|
__div__(RE,
other)
RE/other returns RE.search(other). |
source code
|
|
list
|
__rdiv__(RE,
other)
other/RE returns RE.search(other). |
source code
|
|
list
|
__truediv__(RE,
other)
RE/other returns RE.search(other). |
source code
|
|
list
|
__rtruediv__(RE,
other)
other/RE returns RE.search(other). |
source code
|
|
list
|
__floordiv__(RE,
other)
RE//other returns RE.catalyse(other). |
source code
|
|
list
|
__rfloordiv__(RE,
other)
other//RE returns RE.catalyse(other). |
source code
|
|
str
|
|
str
|
|
int
|
__len__(RE)
length of the recognition site. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from type :
__call__ ,
__cmp__ ,
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__setattr__ ,
__subclasses__ ,
mro
Inherited from object :
__format__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|