MCPcopy Create free account

hub / github.com/zeromq/pyzmq / functions

Functions1,090 in github.com/zeromq/pyzmq

Methodtest_send_multipart_noblock
(self)
tests/test_future.py:130
Methodtest_send_noblock
(self)
tests/test_future.py:122
Functiontest_send_timeout
(socket)
tests/test_asyncio.py:138
Methodtest_send_timeout
(self)
tests/test_future.py:113
Methodtest_send_unicode
test sending unicode objects
tests/test_socket.py:300
Methodtest_server_public
(self)
tests/test_z85.py:41
Methodtest_server_secret
(self)
tests/test_z85.py:54
Methodtest_set_info_formatter_via_property
(self)
tests/test_log.py:141
Functiontest_shadow
()
tests/test_asyncio.py:386
Methodtest_shadow
(self)
tests/test_socket.py:629
Methodtest_shadow
(self)
tests/test_context.py:347
Methodtest_shadow_pyczmq
(self)
tests/test_socket.py:649
Methodtest_shadow_pyczmq
(self)
tests/test_context.py:373
Functiontest_shadow_socket
(context)
tests/test_zmqstream.py:127
Functiontest_shadow_socket_close
(context, caplog)
tests/test_zmqstream.py:136
Functiontest_simple_socket
()
tools/test_wheel.py:31
Methodtest_single_socket_forwarder_bind
(self)
tests/test_device.py:56
Methodtest_single_socket_forwarder_connect
(self)
tests/test_device.py:30
Functiontest_skt_default_ctx
()
tests/test_decorators.py:193
Functiontest_skt_kwarg
()
tests/test_decorators.py:171
Functiontest_skt_multi_thread
()
tests/test_decorators.py:336
Functiontest_skt_name
()
tests/test_decorators.py:160
Functiontest_skt_reinit
()
tests/test_decorators.py:203
Functiontest_skt_type_miss
()
tests/test_decorators.py:255
Functiontest_socket_class
(context)
tests/test_asyncio.py:24
Methodtest_socket_class
(self)
tests/test_future.py:32
Methodtest_socket_class_arg
(self)
tests/test_context.py:171
Functiontest_socket_options
()
tests/test_constants.py:20
Methodtest_socket_passes_kwargs
(self)
tests/test_context.py:165
Methodtest_socket_poll
(self)
tests/test_poll.py:230
Methodtest_sockopt_roundtrip
test set/getsockopt roundtrip.
tests/test_socket.py:293
Methodtest_sockopts
setting socket options with ctx attributes
tests/test_context.py:189
Functiontest_ssh
test ssh imports
tests/test_imports.py:61
Methodtest_str
Test the str representations of the Frames.
tests/test_message.py:82
Methodtest_strerror
test that strerror gets the right type.
tests/test_error.py:12
Methodtest_subclass
subclasses can assign attributes
tests/test_socket.py:432
Methodtest_subscribe_method
(self)
tests/test_socket.py:666
Methodtest_term
(self)
tests/test_context.py:68
Methodtest_term_hang
(self)
tests/test_context.py:84
Methodtest_term_noclose
Context.term won't close sockets
tests/test_context.py:231
Methodtest_term_thread
ctx.term should not crash active threads (#139)
tests/test_context.py:285
Methodtest_timeout
make sure Poller.poll timeout has the right units (milliseconds).
tests/test_poll.py:160
Methodtest_timeout
make sure select timeout has the right units (seconds).
tests/test_poll.py:195
Methodtest_timeout
(self)
tests/test_socket.py:757
Methodtest_topic
(self)
tests/test_pubsub.py:24
Functiontest_toplevel
test toplevel import
tests/test_imports.py:14
Methodtest_tracker
test the MessageTracker object for tracking when zmq is done with a buffer
tests/test_socket.py:325
Methodtest_tracker
(self)
tests/test_message.py:191
Methodtest_unicode
Test the unicode representations of the Frames.
tests/test_message.py:108
Methodtest_unicode_message
(self)
tests/test_log.py:128
Methodtest_unicode_sockopts
test setting/getting sockopts with unicode strings
tests/test_socket.py:173
Functiontest_utils
test util imports
tests/test_imports.py:55
Methodtest_wakeup
(self)
tests/test_poll.py:218
Methodtest_warn_get_timeo
(self)
tests/test_socket.py:775
Methodtest_warn_set_timeo
(self)
tests/test_socket.py:766
Functiontest_zmq_all
()
tests/test_imports.py:71
Methodtest_zmq_bind
(self)
tests/test_cffi_backend.py:83
Methodtest_zmq_bind_connect
(self)
tests/test_cffi_backend.py:93
Methodtest_zmq_ctx_new_destroy
(self)
tests/test_cffi_backend.py:34
Methodtest_zmq_getsockopt
(self)
tests/test_cffi_backend.py:62
Methodtest_zmq_msg_data
(self)
tests/test_cffi_backend.py:133
Methodtest_zmq_msg_init_close
(self)
tests/test_cffi_backend.py:108
Methodtest_zmq_msg_init_data
(self)
tests/test_cffi_backend.py:122
Methodtest_zmq_msg_init_size
(self)
tests/test_cffi_backend.py:115
Methodtest_zmq_poll
(self)
tests/test_cffi_backend.py:210
Methodtest_zmq_recv
(self)
tests/test_cffi_backend.py:174
Methodtest_zmq_send
(self)
tests/test_cffi_backend.py:146
Methodtest_zmq_setsockopt
(self)
tests/test_cffi_backend.py:49
Methodtest_zmq_socket_open_close
(self)
tests/test_cffi_backend.py:40
Methodtest_zmq_version
(self)
tests/test_version.py:41
Methodtest_zmq_version_info
(self)
tests/test_cffi_backend.py:29
Methodtest_zmq_version_info
(self)
tests/test_version.py:35
Methodtest_zmqerror
(self)
tests/test_error.py:18
Functionthr_sink
send a bunch of messages on a PUSH socket
perf/perf.py:144
Functionthroughput
recv a bunch of messages on a PULL socket Should be started before `pusher`
perf/perf.py:177
Methodtrigger_timeout
()
zmq/_future.py:169
Functiontry_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
Functiontunnel_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
Methodunbind
(self, address)
zmq/backend/cffi/socket.py:195
Methodunderlying
The address of the underlying libzmq context
zmq/backend/cython/_zmq.py:573
Methodunderlying
The address of the underlying libzmq context
zmq/backend/cffi/context.py:36
Methodunderlying
The address of the underlying libzmq socket
zmq/backend/cffi/socket.py:127
Methodunregister
(self, fd)
zmq/eventloop/_deprecated.py:109
Methodunwrap_result
(f)
zmq/_future.py:394
Methodupdate_flag
Update the poll flag, to prevent registering POLLOUT events if we don't have pending sends.
zmq/eventloop/zmqstream.py:458
Functionvalue_uint64_pointer
(val)
zmq/backend/cffi/socket.py:37
Methodwake_raw
(*args)
zmq/_future.py:109
Methodwrapper
(*args, **kwargs)
zmq/decorators.py:63
Methodzap_handler
(self)
tests/test_security.py:29
Functionzmq_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
← previous1,001–1,090 of 1,090, ranked by callers