MCPcopy Create free account
hub / github.com/Vanderhoof/PyDBML / get_reference_blueprints

Method get_reference_blueprints

pydbml/parser/blueprints.py:245–254  ·  view source on GitHub ↗

the inline ones

(self)

Source from the content-addressed store, hash-verified

243 return result
244
245 def get_reference_blueprints(self):
246 ''' the inline ones '''
247 result = []
248 for col in self.columns:
249 for ref_bp in col.ref_blueprints or []:
250 ref_bp.schema1 = self.schema
251 ref_bp.table1 = self.name
252 ref_bp.col1 = col.name
253 result.append(ref_bp)
254 return result
255
256
257@dataclass

Callers 3

parse_blueprintMethod · 0.80
build_databaseMethod · 0.80

Calls

no outgoing calls

Tested by 1