MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / principal_database

Method principal_database

database/SQliteDB.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14 @property
15 def principal_database(self)->str:
16 return ""
17
18 def close(self):
19 if self._conn:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected