MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Person

Class Person

test/orm/test_cycles.py:798–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796 @classmethod
797 def setup_classes(cls):
798 class Person(cls.Basic):
799 pass
800
801 class Ball(cls.Basic):
802 pass

Callers 6

test_cycleMethod · 0.70
test_post_update_m2oMethod · 0.70
test_post_update_o2mMethod · 0.70

Calls

no outgoing calls

Tested by 6

test_cycleMethod · 0.56
test_post_update_m2oMethod · 0.56
test_post_update_o2mMethod · 0.56