def __init__(self, content=None): self._content = content or dict() self.api = api.API()
def __init__(self, content=None): self._content = content or dict() self.api = api.API() self._custom_methods = custom_methods(self._content)