MCPcopy 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
65class ExpressionBlueprint(Blueprint):
66 text: str
67
68 def build(self) -> Expression:
69 return Expression(self.text)
70
71
72@dataclass

Callers 3

test_with_indexesMethod · 0.90
test_buildMethod · 0.90
generic.pyFile · 0.90

Calls

no outgoing calls

Tested by 2

test_with_indexesMethod · 0.72
test_buildMethod · 0.72