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

Method _create_dbCursor

middle/data_operation.py:37–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35
36
37 def _create_dbCursor(self):
38 if self._validate_arguments():
39 self._cursor = self._get_cursor()
40
41 def _get_values_to_find(self, word:str)->str:
42 criterial = []

Callers 5

export_content_seedMethod · 0.95
table_count_rowsMethod · 0.95
columnsMethod · 0.95
runMethod · 0.95
selectMethod · 0.95

Calls 2

_validate_argumentsMethod · 0.95
_get_cursorMethod · 0.95

Tested by

no test coverage detected