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

Class Foo

test/orm/declarative/test_basic.py:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 reg = registry()
487
488 class Foo:
489 __tablename__ = "some_table"
490
491 id = Column(Integer, primary_key=True)
492
493 reg.mapped(Foo)
494

Callers

nothing calls this directly

Calls 5

ColumnClass · 0.90
selectFunction · 0.90
subqueryMethod · 0.45
select_fromMethod · 0.45
tableMethod · 0.45

Tested by

no test coverage detected