Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_table
Method · 0.95
add_reference
Method · 0.95
add_enum
Method · 0.95
add_sticky_note
Method · 0.95
add_table_group
Method · 0.95
add_project
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected