MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Place

Class Place

test/orm/test_manytomany.py:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 @classmethod
100 def setup_classes(cls):
101 class Place(cls.Basic):
102 def __init__(self, name):
103 self.name = name
104
105 class PlaceThingy(cls.Basic):
106 def __init__(self, name):

Calls

no outgoing calls