示例#1
0
 def __repr__(self) :
     attributes = list(vars(self).keys())
     attributes.sort()
     return stdrepr(self, attributes )
示例#2
0
 def __repr__(self) :
     from corebio.util import stdrepr
     return stdrepr( self) 
示例#3
0
 def __repr__(self):
     return stdrepr(self)
示例#4
0
 def __repr__(self):
     return stdrepr(self)
示例#5
0
文件: dssp.py 项目: snehamitra/NPLB
    def __repr__(self): 
        return stdrepr(self)
# End class