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

Method _unset_database

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

Source from the content-addressed store, hash-verified

52 obj.database = self
53
54 def _unset_database(self, obj: Any) -> None:
55 obj.database = None
56
57 def add(self, obj: Any) -> Any:
58 if isinstance(obj, Table):

Callers 5

delete_tableMethod · 0.95
delete_referenceMethod · 0.95
delete_enumMethod · 0.95
delete_table_groupMethod · 0.95
delete_projectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected