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