Bio.CAPS.DifferentialCutsite:
A differential cutsite is a location in an alignment where an enzyme cuts
at least one sequence and also cannot cut at least one other sequence.
Bio.PDB.Entity.DisorderedEntityWrapper:
This class is a simple wrapper class that groups a number of
equivalent Entities and forwards all method calls to one of them
(the currently selected object).
Bio.EUtils.sourcegen.SourceGen:
SourceGen(outfile, [bangline]) An instance of this SourceGen class
is a factory for generating python source code, by writing to a
file object.
Bio.EUtils.POM._ContentModelGenerator:
_ContentModelGenerator(rawmodel) The DTD parser generated and final
content model are so different that a different content model
generator is used for this object.
Bio.MultiProc.copen._PickleHandle:
Members: pid what is the PID of the subprocess? killsig
what signal killed the child process? status what was the
status of the command?