MCPcopy Create free account
hub / github.com/BaseXdb/basex / __init__

Method __init__

basex-api/src/main/python/BaseXClient/BaseXClient.py:262–265  ·  view source on GitHub ↗

Create query object with session and query

(self, session, querytxt)

Source from the content-addressed store, hash-verified

260 """
261
262 def __init__(self, session, querytxt):
263 """Create query object with session and query"""
264 self.__session = session
265 self.__id = self.__exc(chr(0), querytxt)
266
267 def bind(self, name, value, datatype=''):
268 """Binds a value to a variable.

Callers

nothing calls this directly

Calls 1

__excMethod · 0.95

Tested by

no test coverage detected