Bio.FSSP.fssp_rec module¶
A superclass for reading [f]ixed-column type [f]lat-[f]ile records.
-
class
Bio.FSSP.fssp_rec.
fff_rec
(inrec='')¶ Bases:
object
Define superclass for reading fixed-column type flat-file records.
-
__init__
(self, inrec='')¶ Initialize the class.
-
__repr__
(self)¶ Return FSSP record object as a string.
-
__len__
(self)¶ Return length (number of rows).
-
__getitem__
(self, index)¶ Extract a subset of the record (treating it like an array).
-