Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ database
Method
database
config/settings.py:273–274 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
271
272
@property
273
def
database(self)->str:
274
return
self._get_value(
"database"
)
275
276
@database.setter
277
def
database(self, value)->str:
Callers
nothing calls this directly
Calls
2
_get_value
Method · 0.80
set_value
Method · 0.45
Tested by
no test coverage detected