Ejemplo n.º 1
0
 def __repr__(self):
     attributes = vars(self).keys()
     attributes.sort()
     return stdrepr(self, attributes)
Ejemplo n.º 2
0
 def __repr__(self) :
     attributes = vars(self).keys()
     attributes.sort()
     return stdrepr(self, attributes )
Ejemplo n.º 3
0
 def __repr__(self):
     from weblogoMod.corebio.util import stdrepr
     return stdrepr(self)
Ejemplo n.º 4
0
 def __repr__(self) :
     from weblogoMod.corebio.util import stdrepr
     return stdrepr( self)