MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / User

Class User

test/orm/test_cascade.py:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 @classmethod
66 def setup_classes(cls):
67 class User(cls.Comparable):
68 pass
69
70 class Address(cls.Comparable):
71 pass

Calls

no outgoing calls