コード例 #1
0
ファイル: __init__.py プロジェクト: snehamitra/NPLB
 def __repr__(self):
     attributes = vars(self).keys()
     attributes.sort()
     return stdrepr(self, attributes)
コード例 #2
0
ファイル: __init__.py プロジェクト: SaswatiSadual/NPLB
 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
ファイル: __init__.py プロジェクト: SaswatiSadual/NPLB
 def __repr__(self) :
     from weblogoMod.corebio.util import stdrepr
     return stdrepr( self)