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
routing_id
The CLIENT-SERVER routing id of the message. Requires libzmq >= 4.2 and pyzmq built with draft APIs enabled. .. versionadded:: 17
zmq/sugar/frame.py:116
Method
run
(self)
zmq/utils/garbage.py:30
Method
run
Start the Authentication Agent thread task
zmq/auth/thread.py:42
Method
run
Leave context, socket and event loop upon implicit disposal
tests/test_asyncio.py:436
Method
run
(self, ev: EventLoop)
examples/asyncio/router_router.py:57
Method
run_device
(self)
zmq/devices/proxysteerabledevice.py:70
Method
run_device
(self)
zmq/devices/monitoredqueuedevice.py:25
Method
run_device
(self)
zmq/devices/proxydevice.py:73
Function
sdist
()
tools/test_sdist.py:16
Function
sdist_files
(sdist)
tools/test_sdist.py:22
Function
secret_keys_dir
(create_certs)
tests/test_auth.py:85
Function
select
select(rlist, wlist, xlist, timeout=None) -> (rlist, wlist, xlist) Return the result of poll as a lists of sockets ready for r/w/exception.
zmq/sugar/poll.py:109
Method
send
Send a single zmq frame. Returns a Future that resolves when sending is complete. Recommend using send_multipart instead.
zmq/_future.py:317
Method
send
Send a single zmq message frame on this socket. This queues the message to be sent by the IO thread at a later time. With f
zmq/backend/cython/_zmq.py:1152
Method
send
(self, data, flags=0, copy=False, track=False)
zmq/backend/cffi/socket.py:340
Method
send_json
Send json-serialized version of an object. See zmq.socket.send_json for details.
zmq/eventloop/zmqstream.py:385
Method
send_multipart
Send a complete multipart zmq message. Returns a Future that resolves when sending is complete.
zmq/_future.py:305
Method
send_pyobj
Send a Python object as a message using pickle to serialize. See zmq.socket.send_json for details.
zmq/eventloop/zmqstream.py:398
Method
send_string
Send a unicode message with an encoding. See zmq.socket.send_unicode for details.
zmq/eventloop/zmqstream.py:368
Function
sender
send a message every second
examples/asyncio/coroutines.py:38
Function
sender
()
examples/gevent/poll.py:7
Method
serialize
(msg)
tests/test_future.py:204
Method
serialize
(msg)
tests/test_socket.py:717
Function
serve
(socket)
examples/gevent/reqrep.py:15
Method
set
set a context option see zmq_ctx_set
zmq/backend/cffi/context.py:44
Method
setUp
(self)
zmq/tests/__init__.py:100
Method
setUp
(self)
tests/test_proxy_steerable.py:17
Method
setUp
(self)
tests/test_future.py:23
Method
setUp
(self)
tests/test_cffi_backend.py:25
Method
setUp
(self)
tests/test_message.py:51
Method
setUp
(self)
tests/test_security.py:20
Method
setUp
(self)
tests/zmq_test_utils.py:93
Method
set_close_callback
Call the given callback when the stream is closed.
zmq/eventloop/zmqstream.py:503
Method
set_hwm
Set the High Water Mark. On libzmq ≥ 3, this sets both SNDHWM and RCVHWM .. warning:: New values only take effect for
zmq/sugar/socket.py:538
Method
set_string
Set socket options with a unicode object. This is simply a wrapper for setsockopt to protect from encoding ambiguity. See the 0MQ do
zmq/sugar/socket.py:425
Method
setsockopt_ctrl
Enqueue setsockopt(opt, value) for ctrl_socket See zmq.Socket.setsockopt for details.
zmq/devices/proxysteerabledevice.py:46
Function
sigalrm_timeout
Set timeout using SIGALRM Avoids infinite hang in context.term for an unclean context, raising an error instead.
tests/conftest.py:73
Function
skip_green
(f)
zmq/tests/__init__.py:255
Function
skip_green
(f)
tests/zmq_test_utils.py:250
Method
skip_green
(self)
zmq/tests/__init__.py:251
Method
skip_green
(self)
tests/zmq_test_utils.py:246
Method
skip_plain_inauth
test PLAIN failed authentication
tests/test_security.py:145
Function
skipping_test
(self, *args, **kwargs)
zmq/tests/__init__.py:256
Function
skipping_test
(self, *args, **kwargs)
tests/zmq_test_utils.py:251
Function
slow_responder
thread for slowly responding to replies.
examples/eventloop/asyncweb.py:23
Function
socket
Decorator for adding a socket to a function. Usage:: @socket(zmq.PUSH) def foo(push): ... .. versionadded:: 15.
zmq/decorators.py:175
Method
socket_type
(self)
zmq/sugar/socket.py:357
Function
sockets
(contexts)
tests/conftest.py:124
Function
sort_key
(email_commits)
RELICENSE/authors.py:73
Method
start
Starts the timer.
zmq/eventloop/_deprecated.py:52
Method
start
(self)
zmq/eventloop/_deprecated.py:173
Method
start
(self)
zmq/devices/basedevice.py:279
Method
stop
Return time since start in microseconds
zmq/sugar/stopwatch.py:33
Method
stop_on_err
DEPRECATED, does nothing
zmq/eventloop/zmqstream.py:150
Method
stop_timer
(self, *args)
tests/test_retry_eintr.py:39
Method
stream_callback
(msg)
zmq/eventloop/zmqstream.py:274
Function
strerror
Return the error string given the error number.
zmq/backend/cython/_zmq.py:1524
Function
subscriber
(url: str)
examples/recv_into/discard.py:21
Method
tearDown
(self)
zmq/tests/__init__.py:114
Method
tearDown
(self)
tests/test_future.py:27
Method
tearDown
(self)
tests/test_message.py:56
Method
tearDown
(self)
tests/zmq_test_utils.py:107
Method
term
Close or terminate the context. This can be called to close the context by hand. If this is not called, the context will aut
zmq/backend/cython/_zmq.py:587
Method
term
(self)
zmq/backend/cffi/context.py:61
Function
term_context_instance
(request)
tests/test_decorators.py:15
Method
test
()
tests/test_future.py:54
Method
test_above_30
Message above 30 bytes are never copied by 0MQ.
tests/test_message.py:69
Method
test_again
(self)
tests/test_error.py:24
Function
test_all_exports
(pkgname, attr)
tests/test_imports.py:91
Method
test_allow
(self)
tests/test_auth.py:233
Method
test_attr
set setting/getting sockopts as attributes
tests/test_socket.py:406
Method
test_bad_attr
(self)
tests/test_socket.py:416
Method
test_bad_buffer_in
test using a bad object
tests/test_message.py:236
Method
test_bad_send_recv
(self)
tests/test_reqrep.py:25
Method
test_bad_sockopts
Test that appropriate errors are raised on bad socket options
tests/test_socket.py:280
Method
test_basic
(self)
tests/test_pubsub.py:15
Method
test_basic
(self)
tests/test_pair.py:12
Method
test_basic
(self)
tests/test_reqrep.py:10
Method
test_basic_multipart
(self)
tests/test_multipart.py:22
Method
test_bind_connect_addr_error
(self)
tests/test_socket.py:154
Method
test_bind_random_context
(self)
tests/test_socket.py:94
Method
test_bind_to_random_port
(self)
tests/test_socket.py:136
Method
test_bind_unicode
(self)
tests/test_socket.py:128
Method
test_blank_root_topic
(self)
tests/test_log.py:104
Method
test_buffer_in
test using a buffer as input
tests/test_message.py:230
Method
test_buffer_numpy
test non-copying numpy array messages
tests/test_message.py:349
Method
test_buffer_out
receiving buffered output
tests/test_message.py:247
Function
test_bundle_msvcp
()
tools/test_wheel.py:44
Method
test_bytes
Test the Frame.bytes property.
tests/test_message.py:95
Function
test_callable_check
Ensure callable check works.
tests/test_zmqstream.py:46
Method
test_client_public
(self)
tests/test_z85.py:15
Method
test_client_secret
(self)
tests/test_z85.py:28
Method
test_client_server
(self)
tests/test_draft.py:16
Method
test_client_server_frame
(self)
tests/test_draft.py:25
Method
test_close
(self)
tests/test_socket.py:395
Method
test_close_after_destroy
s.close() after ctx.destroy() should be fine
tests/test_socket.py:534
Method
test_close_all_fds
(self)
tests/test_future.py:310
Method
test_connect_unicode
(self)
tests/test_socket.py:132
Method
test_connectbind_context_managers
(self)
tests/test_socket.py:56
Function
test_constants
()
tests/test_constants.py:10
← previous
next →
701–800 of 1,090, ranked by callers