MCPcopy Create free account

hub / github.com/zeromq/pyzmq / functions

Functions1,090 in github.com/zeromq/pyzmq

Methodrouting_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
Methodrun
(self)
zmq/utils/garbage.py:30
Methodrun
Start the Authentication Agent thread task
zmq/auth/thread.py:42
Methodrun
Leave context, socket and event loop upon implicit disposal
tests/test_asyncio.py:436
Methodrun
(self, ev: EventLoop)
examples/asyncio/router_router.py:57
Methodrun_device
(self)
zmq/devices/proxysteerabledevice.py:70
Methodrun_device
(self)
zmq/devices/monitoredqueuedevice.py:25
Methodrun_device
(self)
zmq/devices/proxydevice.py:73
Functionsdist
()
tools/test_sdist.py:16
Functionsdist_files
(sdist)
tools/test_sdist.py:22
Functionsecret_keys_dir
(create_certs)
tests/test_auth.py:85
Functionselect
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
Methodsend
Send a single zmq frame. Returns a Future that resolves when sending is complete. Recommend using send_multipart instead.
zmq/_future.py:317
Methodsend
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
Methodsend
(self, data, flags=0, copy=False, track=False)
zmq/backend/cffi/socket.py:340
Methodsend_json
Send json-serialized version of an object. See zmq.socket.send_json for details.
zmq/eventloop/zmqstream.py:385
Methodsend_multipart
Send a complete multipart zmq message. Returns a Future that resolves when sending is complete.
zmq/_future.py:305
Methodsend_pyobj
Send a Python object as a message using pickle to serialize. See zmq.socket.send_json for details.
zmq/eventloop/zmqstream.py:398
Methodsend_string
Send a unicode message with an encoding. See zmq.socket.send_unicode for details.
zmq/eventloop/zmqstream.py:368
Functionsender
send a message every second
examples/asyncio/coroutines.py:38
Functionsender
()
examples/gevent/poll.py:7
Methodserialize
(msg)
tests/test_future.py:204
Methodserialize
(msg)
tests/test_socket.py:717
Functionserve
(socket)
examples/gevent/reqrep.py:15
Methodset
set a context option see zmq_ctx_set
zmq/backend/cffi/context.py:44
MethodsetUp
(self)
zmq/tests/__init__.py:100
MethodsetUp
(self)
tests/test_proxy_steerable.py:17
MethodsetUp
(self)
tests/test_future.py:23
MethodsetUp
(self)
tests/test_cffi_backend.py:25
MethodsetUp
(self)
tests/test_message.py:51
MethodsetUp
(self)
tests/test_security.py:20
MethodsetUp
(self)
tests/zmq_test_utils.py:93
Methodset_close_callback
Call the given callback when the stream is closed.
zmq/eventloop/zmqstream.py:503
Methodset_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
Methodset_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
Methodsetsockopt_ctrl
Enqueue setsockopt(opt, value) for ctrl_socket See zmq.Socket.setsockopt for details.
zmq/devices/proxysteerabledevice.py:46
Functionsigalrm_timeout
Set timeout using SIGALRM Avoids infinite hang in context.term for an unclean context, raising an error instead.
tests/conftest.py:73
Functionskip_green
(f)
zmq/tests/__init__.py:255
Functionskip_green
(f)
tests/zmq_test_utils.py:250
Methodskip_green
(self)
zmq/tests/__init__.py:251
Methodskip_green
(self)
tests/zmq_test_utils.py:246
Methodskip_plain_inauth
test PLAIN failed authentication
tests/test_security.py:145
Functionskipping_test
(self, *args, **kwargs)
zmq/tests/__init__.py:256
Functionskipping_test
(self, *args, **kwargs)
tests/zmq_test_utils.py:251
Functionslow_responder
thread for slowly responding to replies.
examples/eventloop/asyncweb.py:23
Functionsocket
Decorator for adding a socket to a function. Usage:: @socket(zmq.PUSH) def foo(push): ... .. versionadded:: 15.
zmq/decorators.py:175
Methodsocket_type
(self)
zmq/sugar/socket.py:357
Functionsockets
(contexts)
tests/conftest.py:124
Functionsort_key
(email_commits)
RELICENSE/authors.py:73
Methodstart
Starts the timer.
zmq/eventloop/_deprecated.py:52
Methodstart
(self)
zmq/eventloop/_deprecated.py:173
Methodstart
(self)
zmq/devices/basedevice.py:279
Methodstop
Return time since start in microseconds
zmq/sugar/stopwatch.py:33
Methodstop_on_err
DEPRECATED, does nothing
zmq/eventloop/zmqstream.py:150
Methodstop_timer
(self, *args)
tests/test_retry_eintr.py:39
Methodstream_callback
(msg)
zmq/eventloop/zmqstream.py:274
Functionstrerror
Return the error string given the error number.
zmq/backend/cython/_zmq.py:1524
Functionsubscriber
(url: str)
examples/recv_into/discard.py:21
MethodtearDown
(self)
zmq/tests/__init__.py:114
MethodtearDown
(self)
tests/test_future.py:27
MethodtearDown
(self)
tests/test_message.py:56
MethodtearDown
(self)
tests/zmq_test_utils.py:107
Methodterm
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
Methodterm
(self)
zmq/backend/cffi/context.py:61
Functionterm_context_instance
(request)
tests/test_decorators.py:15
Methodtest
()
tests/test_future.py:54
Methodtest_above_30
Message above 30 bytes are never copied by 0MQ.
tests/test_message.py:69
Methodtest_again
(self)
tests/test_error.py:24
Functiontest_all_exports
(pkgname, attr)
tests/test_imports.py:91
Methodtest_allow
(self)
tests/test_auth.py:233
Methodtest_attr
set setting/getting sockopts as attributes
tests/test_socket.py:406
Methodtest_bad_attr
(self)
tests/test_socket.py:416
Methodtest_bad_buffer_in
test using a bad object
tests/test_message.py:236
Methodtest_bad_send_recv
(self)
tests/test_reqrep.py:25
Methodtest_bad_sockopts
Test that appropriate errors are raised on bad socket options
tests/test_socket.py:280
Methodtest_basic
(self)
tests/test_pubsub.py:15
Methodtest_basic
(self)
tests/test_pair.py:12
Methodtest_basic
(self)
tests/test_reqrep.py:10
Methodtest_basic_multipart
(self)
tests/test_multipart.py:22
Methodtest_bind_connect_addr_error
(self)
tests/test_socket.py:154
Methodtest_bind_random_context
(self)
tests/test_socket.py:94
Methodtest_bind_to_random_port
(self)
tests/test_socket.py:136
Methodtest_bind_unicode
(self)
tests/test_socket.py:128
Methodtest_blank_root_topic
(self)
tests/test_log.py:104
Methodtest_buffer_in
test using a buffer as input
tests/test_message.py:230
Methodtest_buffer_numpy
test non-copying numpy array messages
tests/test_message.py:349
Methodtest_buffer_out
receiving buffered output
tests/test_message.py:247
Functiontest_bundle_msvcp
()
tools/test_wheel.py:44
Methodtest_bytes
Test the Frame.bytes property.
tests/test_message.py:95
Functiontest_callable_check
Ensure callable check works.
tests/test_zmqstream.py:46
Methodtest_client_public
(self)
tests/test_z85.py:15
Methodtest_client_secret
(self)
tests/test_z85.py:28
Methodtest_client_server
(self)
tests/test_draft.py:16
Methodtest_client_server_frame
(self)
tests/test_draft.py:25
Methodtest_close
(self)
tests/test_socket.py:395
Methodtest_close_after_destroy
s.close() after ctx.destroy() should be fine
tests/test_socket.py:534
Methodtest_close_all_fds
(self)
tests/test_future.py:310
Methodtest_connect_unicode
(self)
tests/test_socket.py:132
Methodtest_connectbind_context_managers
(self)
tests/test_socket.py:56
Functiontest_constants
()
tests/test_constants.py:10
← previousnext →701–800 of 1,090, ranked by callers