Feature#

class gb_io.Feature(kind, location, qualifiers=None)#

A feature located somewhere in the record.

copy()#

Create a copy of the feature.

Returns:

Feature – A shallow copy of the feature object. Use deepcopy.copy to obtain a deep copy instead.

kind#

The kind of feature.

Type:

str

location#

The location of the feature in the record.

Type:

Location

qualifiers#

A list of Qualifier for this particular feature.

Type:

list