Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ build
Method
build
pydbml/parser/blueprints.py:68–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
text: str
67
68
def
build(self) -> Expression:
69
return
Expression(self.text)
70
71
72
@dataclass
Callers
1
test_build
Method · 0.95
Calls
1
Expression
Class · 0.90
Tested by
1
test_build
Method · 0.76