示例#1
0
 def __init__(self, content=None):
     self._content = content or dict()
     self.api = api.API()
示例#2
0
 def __init__(self, content=None):
     self._content = content or dict()
     self.api = api.API()
     self._custom_methods = custom_methods(self._content)