示例#1
0
文件: task.py 项目: ubhisat/Sandook
 def __repr__(self):
     return utils.get_json_repr(self.__dict__)
示例#2
0
文件: model.py 项目: ubhisat/Sandook
 def to_json(self):
     return utils.get_json_repr(self._d)