MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / User

Class User

test/orm/test_transaction.py:2359–2360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2357 @classmethod
2358 def setup_classes(cls):
2359 class User(cls.Comparable):
2360 pass
2361
2362 def test_rollback_recover(self):
2363 users, User = self.tables.users, self.classes.User

Calls

no outgoing calls