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

Method updating

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

Returns true if the query may perform updates; false otherwise.

(self)

Source from the content-addressed store, hash-verified

291 return self.__exc(chr(7), self.__id)
292
293 def updating(self):
294 """Returns true if the query may perform updates; false otherwise."""
295 return self.__exc(chr(30), self.__id)
296
297 def full(self):
298 """Returns all resulting items as strings, prefixed by XDM Meta Data."""

Callers

nothing calls this directly

Calls 1

__excMethod · 0.95

Tested by

no test coverage detected