MCPcopy Create free account
hub / github.com/Vanderhoof/PyDBML / complex_column_with_table

Function complex_column_with_table

test/conftest.py:63–66  ·  view source on GitHub ↗
(db: Database, table1: Table, complex_column: Column)

Source from the content-addressed store, hash-verified

61
62@pytest.fixture
63def complex_column_with_table(db: Database, table1: Table, complex_column: Column) -> Column:
64 table1.add_column(complex_column)
65 db.add(table1)
66 return complex_column
67
68@pytest.fixture
69def string_column() -> Column:

Callers

nothing calls this directly

Calls 2

add_columnMethod · 0.80
addMethod · 0.80

Tested by

no test coverage detected