MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / user_result

Method user_result

test/orm/_fixtures.py:409–412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

407
408 @property
409 def user_result(self):
410 User = self.test.classes.User
411
412 return [User(id=7), User(id=8), User(id=9), User(id=10)]
413
414 @property
415 def user_address_result(self):

Callers

nothing calls this directly

Calls 1

UserClass · 0.70

Tested by

no test coverage detected