Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ reference1
Function
reference1
test/conftest.py:147–152 ·
view source on GitHub ↗
(table2: Table, table3: Table)
Source
from the content-addressed store, hash-verified
145
146
@pytest.fixture
147
def
reference1(table2: Table, table3: Table) -> Reference:
148
return
Reference(
149
type=
'>'
,
150
col1=[table3.columns[1]],
151
col2=[table2.columns[0]],
152
)
153
154
155
@pytest.fixture
Callers
nothing calls this directly
Calls
1
Reference
Class · 0.90
Tested by
no test coverage detected