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

Method send

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

Send the defined string

(self, value)

Source from the content-addressed store, hash-verified

187 return self.__swrapper.recv_until_terminator().decode(self.__swrapper.receive_bytes_encoding)
188
189 def send(self, value):
190 """Send the defined string"""
191 self.__swrapper.sendall(value + chr(0))
192
193 def __send_input(self, code, arg, content):
194 """internal. don't care."""

Callers 5

__init__Method · 0.95
executeMethod · 0.95
closeMethod · 0.95
iterMethod · 0.45
__excMethod · 0.45

Calls 1

sendallMethod · 0.80

Tested by

no test coverage detected