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

Class User

test/orm/test_session.py:2969–2970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2967 @classmethod
2968 def setup_classes(cls):
2969 class User(cls.Basic):
2970 pass
2971
2972 class Address(cls.Basic):
2973 pass

Calls

no outgoing calls