Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ close
Method
close
basex-api/src/main/python/BaseXClient/BaseXClient.py:301–303 ·
view source on GitHub ↗
Close the query
(self)
Source
from the content-addressed store, hash-verified
299
return
self.__exc(chr(31), self.__id)
300
301
def
close(self):
302
""
"Close the query"
""
303
self.__exc(chr(2), self.__id)
304
305
def
__exc(self, cmd, arg):
306
""
"internal. don't care."
""
Callers
nothing calls this directly
Calls
1
__exc
Method · 0.95
Tested by
no test coverage detected