Tornado / MotorEngine - 将查询作为对象返回

时间:2016-05-10 13:34:39

标签: python mongodb tornado motorengine

使用MotorEngine进行查询时

balance = yield Balance.objects.filter(status="enabled").find_all()

它返回的内容如下:

<models.Balance object at 0x7f1f076bde90>

我怎样才能把它变成更易于管理的东西?

0 个答案:

没有答案