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

Class User

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls