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

Method options

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

Return serialization parameters

(self)

Source from the content-addressed store, hash-verified

287 return self.__exc(chr(6), self.__id)
288
289 def options(self):
290 """Return serialization parameters"""
291 return self.__exc(chr(7), self.__id)
292
293 def updating(self):
294 """Returns true if the query may perform updates; false otherwise."""

Callers

nothing calls this directly

Calls 1

__excMethod · 0.95

Tested by

no test coverage detected