Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ info
Method
info
basex-api/src/main/python/BaseXClient/BaseXClient.py:285–287 ·
view source on GitHub ↗
Return query information
(self)
Source
from the content-addressed store, hash-verified
283
return
self.__exc(chr(5), self.__id)
284
285
def
info(self):
286
""
"Return query information"
""
287
return
self.__exc(chr(6), self.__id)
288
289
def
options(self):
290
""
"Return serialization parameters"
""
Callers
nothing calls this directly
Calls
1
__exc
Method · 0.95
Tested by
no test coverage detected