예제 #1
0
 def __init__(self, objects=None, stringRepr=None, comments='', keywords=[]):
     TreeNodeSet.__init__(self, objects, SecondaryStructure, stringRepr, 
                             comments, keywords)
예제 #2
0
 def __init__(self, objects=None, stringRepr=None, comments="", keywords=[]):
     TreeNodeSet.__init__(self, objects, Residue, stringRepr, comments, keywords)