MCPcopy
hub / github.com/pandas-dev/pandas / Test

Class Test

pandas/tests/io/test_sql.py:3860–3863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3858 BaseModel = declarative_base()
3859
3860 class Test(BaseModel):
3861 __tablename__ = "test_frame"
3862 id = Column(Integer, primary_key=True)
3863 string_column = Column(String(50))
3864
3865 with conn.begin():
3866 BaseModel.metadata.create_all(conn)

Callers

nothing calls this directly

Calls 2

ColumnClass · 0.85
StringClass · 0.85

Tested by

no test coverage detected