Handles#

class pyncbitk.objmgr.BioSeqHandle#
classmethod __new__(*args, **kwargs)#
__call__()#

Resolve the handle to load the complete BioSeq.

__reduce__()#

Helper for pickle.

descriptions#

The sequence descriptions.

Type:

SeqDescSet

id#

The identifier for this handle, if any.

Type:

SeqId or None

ids#

The sequence identifiers.

Type:

list of SeqId

instance#

The sequence instance.

Type:

SeqInst

length#

The length of the sequence instance.

Type:

int