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

Method context

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

Bind the context value

(self, value, datatype='')

Source from the content-addressed store, hash-verified

270 self.__exc(chr(3), self.__id + chr(0) + name + chr(0) + value + chr(0) + datatype)
271
272 def context(self, value, datatype=''):
273 """Bind the context value"""
274 self.__exc(chr(14), self.__id + chr(0) + value + chr(0) + datatype)
275
276 def iter(self):
277 """iterate while the query returns items"""

Callers

nothing calls this directly

Calls 1

__excMethod · 0.95

Tested by

no test coverage detected