MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Foo

Class Foo

test/orm/test_versioning.py:168–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 @classmethod
167 def setup_classes(cls):
168 class Foo(cls.Basic):
169 pass
170
171 def _fixture(self):
172 Foo, version_table = self.classes.Foo, self.tables.version_table

Calls

no outgoing calls