예제 #1
0
파일: __init__.py 프로젝트: snehamitra/NPLB
 def __repr__(self):
     attributes = vars(self).keys()
     attributes.sort()
     return stdrepr(self, attributes)
예제 #2
0
 def __repr__(self) :
     attributes = vars(self).keys()
     attributes.sort()
     return stdrepr(self, attributes )
예제 #3
0
파일: __init__.py 프로젝트: snehamitra/NPLB
 def __repr__(self):
     from weblogoMod.corebio.util import stdrepr
     return stdrepr(self)
예제 #4
0
 def __repr__(self) :
     from weblogoMod.corebio.util import stdrepr
     return stdrepr( self)