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:180–183 ·
view source on GitHub ↗
Close the session
(self)
Source
from the content-addressed store, hash-verified
178
return
self.__info
179
180
def
close(self):
181
""
"Close the session"
""
182
self.send(
'exit'
)
183
self.__swrapper.close()
184
185
def
recv_c_str(self):
186
""
"Retrieve a string from the socket"
""
Callers
nothing calls this directly
Calls
2
send
Method · 0.95
close
Method · 0.65
Tested by
no test coverage detected