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

Method _set_database

pydbml/database.py:51–52  ·  view source on GitHub ↗
(self, obj: Any)

Source from the content-addressed store, hash-verified

49 return iter(self.tables)
50
51 def _set_database(self, obj: Any) -> None:
52 obj.database = self
53
54 def _unset_database(self, obj: Any) -> None:
55 obj.database = None

Callers 6

add_tableMethod · 0.95
add_referenceMethod · 0.95
add_enumMethod · 0.95
add_sticky_noteMethod · 0.95
add_table_groupMethod · 0.95
add_projectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected