def __str__(self):
     return CommonEnvironment.ObjectStrImpl(self, include_private=False)
示例#2
0
 def __str__(self):
     return CommonEnvironment.ObjectStrImpl(self)
示例#3
0
 def __str__(self):
     return CommonEnvironment.ObjectStrImpl(
         self, include_methods=include_methods)