Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zeromq/pyzmq
/ functions
Functions
1,090 in github.com/zeromq/pyzmq
⨍
Functions
1,090
◇
Types & classes
164
↳
Endpoints
1
Method
test_send_multipart_noblock
(self)
tests/test_future.py:130
Method
test_send_noblock
(self)
tests/test_future.py:122
Function
test_send_timeout
(socket)
tests/test_asyncio.py:138
Method
test_send_timeout
(self)
tests/test_future.py:113
Method
test_send_unicode
test sending unicode objects
tests/test_socket.py:300
Method
test_server_public
(self)
tests/test_z85.py:41
Method
test_server_secret
(self)
tests/test_z85.py:54
Method
test_set_info_formatter_via_property
(self)
tests/test_log.py:141
Function
test_shadow
()
tests/test_asyncio.py:386
Method
test_shadow
(self)
tests/test_socket.py:629
Method
test_shadow
(self)
tests/test_context.py:347
Method
test_shadow_pyczmq
(self)
tests/test_socket.py:649
Method
test_shadow_pyczmq
(self)
tests/test_context.py:373
Function
test_shadow_socket
(context)
tests/test_zmqstream.py:127
Function
test_shadow_socket_close
(context, caplog)
tests/test_zmqstream.py:136
Function
test_simple_socket
()
tools/test_wheel.py:31
Method
test_single_socket_forwarder_bind
(self)
tests/test_device.py:56
Method
test_single_socket_forwarder_connect
(self)
tests/test_device.py:30
Function
test_skt_default_ctx
()
tests/test_decorators.py:193
Function
test_skt_kwarg
()
tests/test_decorators.py:171
Function
test_skt_multi_thread
()
tests/test_decorators.py:336
Function
test_skt_name
()
tests/test_decorators.py:160
Function
test_skt_reinit
()
tests/test_decorators.py:203
Function
test_skt_type_miss
()
tests/test_decorators.py:255
Function
test_socket_class
(context)
tests/test_asyncio.py:24
Method
test_socket_class
(self)
tests/test_future.py:32
Method
test_socket_class_arg
(self)
tests/test_context.py:171
Function
test_socket_options
()
tests/test_constants.py:20
Method
test_socket_passes_kwargs
(self)
tests/test_context.py:165
Method
test_socket_poll
(self)
tests/test_poll.py:230
Method
test_sockopt_roundtrip
test set/getsockopt roundtrip.
tests/test_socket.py:293
Method
test_sockopts
setting socket options with ctx attributes
tests/test_context.py:189
Function
test_ssh
test ssh imports
tests/test_imports.py:61
Method
test_str
Test the str representations of the Frames.
tests/test_message.py:82
Method
test_strerror
test that strerror gets the right type.
tests/test_error.py:12
Method
test_subclass
subclasses can assign attributes
tests/test_socket.py:432
Method
test_subscribe_method
(self)
tests/test_socket.py:666
Method
test_term
(self)
tests/test_context.py:68
Method
test_term_hang
(self)
tests/test_context.py:84
Method
test_term_noclose
Context.term won't close sockets
tests/test_context.py:231
Method
test_term_thread
ctx.term should not crash active threads (#139)
tests/test_context.py:285
Method
test_timeout
make sure Poller.poll timeout has the right units (milliseconds).
tests/test_poll.py:160
Method
test_timeout
make sure select timeout has the right units (seconds).
tests/test_poll.py:195
Method
test_timeout
(self)
tests/test_socket.py:757
Method
test_topic
(self)
tests/test_pubsub.py:24
Function
test_toplevel
test toplevel import
tests/test_imports.py:14
Method
test_tracker
test the MessageTracker object for tracking when zmq is done with a buffer
tests/test_socket.py:325
Method
test_tracker
(self)
tests/test_message.py:191
Method
test_unicode
Test the unicode representations of the Frames.
tests/test_message.py:108
Method
test_unicode_message
(self)
tests/test_log.py:128
Method
test_unicode_sockopts
test setting/getting sockopts with unicode strings
tests/test_socket.py:173
Function
test_utils
test util imports
tests/test_imports.py:55
Method
test_wakeup
(self)
tests/test_poll.py:218
Method
test_warn_get_timeo
(self)
tests/test_socket.py:775
Method
test_warn_set_timeo
(self)
tests/test_socket.py:766
Function
test_zmq_all
()
tests/test_imports.py:71
Method
test_zmq_bind
(self)
tests/test_cffi_backend.py:83
Method
test_zmq_bind_connect
(self)
tests/test_cffi_backend.py:93
Method
test_zmq_ctx_new_destroy
(self)
tests/test_cffi_backend.py:34
Method
test_zmq_getsockopt
(self)
tests/test_cffi_backend.py:62
Method
test_zmq_msg_data
(self)
tests/test_cffi_backend.py:133
Method
test_zmq_msg_init_close
(self)
tests/test_cffi_backend.py:108
Method
test_zmq_msg_init_data
(self)
tests/test_cffi_backend.py:122
Method
test_zmq_msg_init_size
(self)
tests/test_cffi_backend.py:115
Method
test_zmq_poll
(self)
tests/test_cffi_backend.py:210
Method
test_zmq_recv
(self)
tests/test_cffi_backend.py:174
Method
test_zmq_send
(self)
tests/test_cffi_backend.py:146
Method
test_zmq_setsockopt
(self)
tests/test_cffi_backend.py:49
Method
test_zmq_socket_open_close
(self)
tests/test_cffi_backend.py:40
Method
test_zmq_version
(self)
tests/test_version.py:41
Method
test_zmq_version_info
(self)
tests/test_cffi_backend.py:29
Method
test_zmq_version_info
(self)
tests/test_version.py:35
Method
test_zmqerror
(self)
tests/test_error.py:18
Function
thr_sink
send a bunch of messages on a PUSH socket
perf/perf.py:144
Function
throughput
recv a bunch of messages on a PULL socket Should be started before `pusher`
perf/perf.py:177
Method
trigger_timeout
()
zmq/_future.py:169
Function
try_passwordless_ssh
Attempt to make an ssh connection without a password. This is mainly used for requiring password input only once when many tunnels may be conn
zmq/ssh/tunnel.py:65
Function
tunnel_connection
Connect a socket to an address via an ssh tunnel. This is a wrapper for socket.connect(addr), when addr is not accessible from the local mach
zmq/ssh/tunnel.py:148
Method
unbind
(self, address)
zmq/backend/cffi/socket.py:195
Method
underlying
The address of the underlying libzmq context
zmq/backend/cython/_zmq.py:573
Method
underlying
The address of the underlying libzmq context
zmq/backend/cffi/context.py:36
Method
underlying
The address of the underlying libzmq socket
zmq/backend/cffi/socket.py:127
Method
unregister
(self, fd)
zmq/eventloop/_deprecated.py:109
Method
unwrap_result
(f)
zmq/_future.py:394
Method
update_flag
Update the poll flag, to prevent registering POLLOUT events if we don't have pending sends.
zmq/eventloop/zmqstream.py:458
Function
value_uint64_pointer
(val)
zmq/backend/cffi/socket.py:37
Method
wake_raw
(*args)
zmq/_future.py:109
Method
wrapper
(*args, **kwargs)
zmq/decorators.py:63
Method
zap_handler
(self)
tests/test_security.py:29
Function
zmq_poll
zmq_poll(sockets, timeout=-1) Poll a set of 0MQ sockets, native file descs. or sockets. Parameters ---------- sockets : list of tupl
zmq/backend/cython/_zmq.py:1611
← previous
1,001–1,090 of 1,090, ranked by callers