def __init__(self):
if self.__class__ == BaseObject:
_self = None
else:
_self = self
this = _pywrapcp.new_BaseObject(_self, )
try:
self.this.append(this)
except __builtin__.Exception:
self.this = this
文章目录