Tornado / MotorEngine - Return query as object

61 Views Asked by At

When making a Query with MotorEngine

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

it returns something like:

<models.Balance object at 0x7f1f076bde90>

How I can turn it into something more manageable?

0

There are 0 best solutions below