Closed Jaymon closed 3 years ago
it = SomeOrm.query.get() print(it) # []
It would be worth overriding the query.Iterator.__repr__ method to have something like:
query.Iterator.__repr__
[ ... lazy loaded SomeOrm instances ... ]
It would be worth overriding the
query.Iterator.__repr__
method to have something like: