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

Method execute

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

Execute the query and return the result

(self)

Source from the content-addressed store, hash-verified

279 return self.__session.iter_receive()
280
281 def execute(self):
282 """Execute the query and return the result"""
283 return self.__exc(chr(5), self.__id)
284
285 def info(self):
286 """Return query information"""

Callers

nothing calls this directly

Calls 1

__excMethod · 0.95

Tested by

no test coverage detected