Home
last modified time | relevance | path

Searched refs:TwoCuts (Results 1 – 2 of 2) sorted by relevance

/dports/biology/py-biopython/biopython-1.79/Scripts/Restriction/
H A Dranacompiler.py56 from Bio.Restriction.Restriction import OneCut, TwoCuts, Meth_Dep, Meth_Undep
282 cuT = (NoCut, OneCut, TwoCuts)
/dports/biology/py-biopython/biopython-1.79/Bio/Restriction/
H A DRestriction.py825 class TwoCuts(AbstractCut): class