Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ bind
Method
bind
tests/inter_communicator/test_zmq_server.py:69–70 ·
view source on GitHub ↗
(self, address)
Source
from the content-addressed store, hash-verified
67
self.options[option] = value
68
69
def
bind(self, address):
70
self.address = address
71
72
def
send(self, msg, flags=0, **kwargs):
73
self.sent.append((
"send"
, msg, flags, kwargs))
Callers
11
get_random_port
Function · 0.80
is_port_available
Function · 0.80
wrapper
Function · 0.80
warmup_impl
Function · 0.80
__init__
Method · 0.80
test.py
File · 0.80
_create_socket
Method · 0.80
_create_socket
Method · 0.80
__init__
Method · 0.80
pub
Method · 0.80
_init_network
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected