Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_table
Method · 0.95
delete_reference
Method · 0.95
delete_enum
Method · 0.95
delete_table_group
Method · 0.95
delete_project
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected