Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ setsockopt
Method
setsockopt
tests/inter_communicator/test_zmq_server.py:66–67 ·
view source on GitHub ↗
(self, option, value)
Source
from the content-addressed store, hash-verified
64
self.options = {}
65
66
def
setsockopt(self, option, value):
67
self.options[option] = value
68
69
def
bind(self, address):
70
self.address = address
Callers
10
is_port_available
Function · 0.80
__init__
Method · 0.80
_create_socket
Method · 0.80
_create_socket
Method · 0.80
apply
Method · 0.80
close
Method · 0.80
_init_network
Method · 0.80
_get_push_socket
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected