Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ ExpressionBlueprint
Class
ExpressionBlueprint
pydbml/parser/blueprints.py:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
@dataclass
65
class
ExpressionBlueprint(Blueprint):
66
text: str
67
68
def
build(self) -> Expression:
69
return
Expression(self.text)
70
71
72
@dataclass
Callers
3
test_with_indexes
Method · 0.90
test_build
Method · 0.90
generic.py
File · 0.90
Calls
no outgoing calls
Tested by
2
test_with_indexes
Method · 0.72
test_build
Method · 0.72