MCPcopy 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_buildMethod · 0.95

Calls 1

ExpressionClass · 0.90

Tested by 1

test_buildMethod · 0.76