コード例 #1
0
ファイル: param.py プロジェクト: neurosbh/PyMVPA
 def __str__(self):
     res = IndexedCollectable.__str__(self)
     # it is enabled but no value is assigned yet
     res += '=%s' % (self.value,)
     return res
コード例 #2
0
 def __str__(self):
     res = IndexedCollectable.__str__(self)
     # it is enabled but no value is assigned yet
     res += '=%s' % (self.value, )
     return res