Esempio n. 1
0
 def __repr__(self) :
     attributes = list(vars(self).keys())
     attributes.sort()
     return stdrepr(self, attributes )
Esempio n. 2
0
 def __repr__(self) :
     from corebio.util import stdrepr
     return stdrepr( self) 
Esempio n. 3
0
 def __repr__(self):
     return stdrepr(self)
Esempio n. 4
0
 def __repr__(self):
     return stdrepr(self)
Esempio n. 5
0
    def __repr__(self): 
        return stdrepr(self)
# End class