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

Class User

test/orm/test_froms.py:4087–4091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4085 city = Column(Text)
4086
4087 class User(Base):
4088 __tablename__ = "users"
4089
4090 id = Column(Integer, primary_key=True)
4091 name = Column(Text)
4092
4093 stmt = select(func.count(Address.id)).where(
4094 Address.user_id == User.id

Callers 15

test_filterMethod · 0.70
test_joinMethod · 0.70
goMethod · 0.70

Calls 1

ColumnClass · 0.90

Tested by 15

test_filterMethod · 0.56
test_joinMethod · 0.56
goMethod · 0.56