Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ table1
Method
table1
pydbml/_classes/reference.py:72–74 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
71
@property
72
def
table1(self) -> Optional[Table]:
73
self._validate()
74
return
self.col1[0].table
if
self.col1
else
None
75
76
@property
77
def
table2(self) -> Optional[Table]:
Callers
nothing calls this directly
Calls
1
_validate
Method · 0.95
Tested by
no test coverage detected