MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / send

Method send

tests/inter_communicator/test_zmq_server.py:72–74  ·  view source on GitHub ↗
(self, msg, flags=0, **kwargs)

Source from the content-addressed store, hash-verified

70 self.address = address
71
72 def send(self, msg, flags=0, **kwargs):
73 self.sent.append(("send", msg, flags, kwargs))
74 return msg
75
76 def send_multipart(self, parts, copy=True):
77 self.sent.append(("send_multipart", parts, copy))

Callers 8

send_jsonMethod · 0.45
send_pyobjMethod · 0.45
putMethod · 0.45
pubMethod · 0.45
send_jsonMethod · 0.45
send_pyobjMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected