Trees | Indices | Help |
---|
|
1 from types import ListType, TupleType 2 # A superclass for reading [f]ixed-column type [f]lat-[f]ile records. (e.g.21 22 # Definition of the align section in a FSSP file5 self.data = inrec7 return str(self.data)8 __str__ = __repr__ 911 return self.data[low:high]1214 return len(self.data)24 abs_res_num = (0,4) 25 pdb_res_num = (4,9) 26 chain_id = 10 27 res_name = 12 28 ss1 = 15 29 turn3 = 17 30 turn4 = 18 31 turn5 = (20,22) 32 acc = (34,37) 33 start_aa_list = 4234
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 22 19:52:36 2009 | http://epydoc.sourceforge.net |