MCPcopy Create free account

hub / github.com/zeromq/pyzmq / functions

Functions1,090 in github.com/zeromq/pyzmq

Method_atexit
atexit callback sets _stay_down flag so that gc doesn't try to start up again in other atexit handlers
zmq/utils/garbage.py:112
Method_call_later
(self, delay, callback)
zmq/eventloop/future.py:61
Method_chain
Chain result through serialization to recvd
zmq/_future.py:341
Method_chain_cancel
Chain cancellation from f to recvd
zmq/_future.py:368
Method_clear_io_state
clear any ioloop event handler called once at close
zmq/asyncio.py:154
Method_clear_wrapper_io
(f)
zmq/_future.py:119
Function_close
()
tests/conftest.py:51
Function_close_selector_and_loop
()
zmq/asyncio.py:77
Method_default_loop
(self)
zmq/asyncio.py:106
Method_default_loop
(self)
zmq/eventloop/future.py:58
Method_deserialize
Deserialize with Futures
zmq/_future.py:337
Method_finish_flush
callback for unsetting _flushed flag.
zmq/eventloop/zmqstream.py:413
Method_get_attr_opt
get default sockopts as attributes
zmq/sugar/context.py:390
Function_get_selector_noop
no-op on non-Windows
zmq/asyncio.py:90
Function_get_selector_windows
Get selector-compatible loop Returns an object with ``add_reader`` family of methods, either the loop itself or a SelectorThread instance.
zmq/asyncio.py:30
Method_global_name
(name)
zmq/constants.py:307
Method_global_name
(name)
zmq/constants.py:322
Method_global_name
(name)
zmq/constants.py:351
Method_global_name
(name)
zmq/constants.py:366
Function_id
(x)
zmq/tests/__init__.py:41
Function_id
(x)
tests/zmq_test_utils.py:38
Method_init_io_state
initialize the ioloop event handler
zmq/_future.py:721
Method_init_io_state
initialize the ioloop event handler
zmq/asyncio.py:148
Method_is_pyzmq_test
(self)
zmq/tests/__init__.py:74
Method_log_error
(f)
zmq/eventloop/zmqstream.py:563
Function_monitored_queue
( in_socket, out_socket, mon_socket, in_prefix=b'in', out_prefix=b'out' )
zmq/devices/monitoredqueue.py:27
Function_notice_atexit
()
zmq/sugar/context.py:29
Function_paramiko_tunnel
Function for actually starting a paramiko tunnel, to be passed to multiprocessing.Process(target=this), and not called directly.
zmq/ssh/tunnel.py:377
Method_push_socket
The PUSH socket for use in the zmq message destructor callback.
zmq/utils/garbage.py:149
Method_remove_finished_future
Make sure that futures are removed from the event list when they resolve Avoids delaying cleanup until the next send/recv event, whic
zmq/_future.py:453
Method_run
(self)
zmq/eventloop/_deprecated.py:59
Method_set_attr_opt
set default sockopts as attributes
zmq/sugar/context.py:381
Method_should_test_timeout
(self)
zmq/tests/__init__.py:78
Method_should_test_timeout
(self)
tests/zmq_test_utils.py:75
Method_socket_class
(self, socket_type)
zmq/eventloop/future.py:92
Function_sort_key
(dll_path)
tools/find_vcredist.py:33
Function_stop_tunnel
(cmd)
zmq/ssh/tunnel.py:301
Function_try_passwordless_openssh
Try passwordless login with shell ssh command.
zmq/ssh/tunnel.py:81
Method_unwatch_raw_sockets
Unschedule callback for a raw socket
zmq/asyncio.py:130
Method_unwatch_raw_sockets
Unschedule callback for a raw socket
zmq/eventloop/future.py:72
Method_watch_raw_socket
Schedule callback for a raw socket
zmq/asyncio.py:122
Method_watch_raw_socket
Schedule callback for a raw socket
zmq/eventloop/future.py:68
Methodaction
()
zmq/utils/win32.py:93
MethodassertRaisesErrno
(self, errno, func, *args, **kwargs)
zmq/tests/__init__.py:169
MethodassertRaisesErrno
(self, errno, func, *args, **kwargs)
zmq/tests/__init__.py:215
MethodassertRaisesErrno
(self, errno, func, *args, **kwargs)
tests/zmq_test_utils.py:163
Functionassert_raises_errno
(errno)
tests/conftest.py:148
Methodasync_callback
(self, domain, key)
tests/test_auth.py:326
Methodatest_ctxterm
(self)
tests/test_error.py:30
Methodattach
()
tests/test_future.py:313
Methodbeat
(self)
examples/heartbeat/heartbeater.py:52
Methodbind
Bind the socket to an address. This causes the socket to listen on a network port. Sockets on the other side of this connect
zmq/backend/cython/_zmq.py:971
Methodbind
(self, address)
zmq/backend/cffi/socket.py:172
Methodblock
()
tests/test_context.py:291
Functionbound_pair
(create_bound_pair)
tests/conftest.py:194
Methodbytes
The message content as a Python bytes object. The first time this property is accessed, a copy of the message contents is made. From
zmq/backend/cython/_zmq.py:442
Methodbytes
(self)
zmq/backend/cffi/message.py:175
Methodcancel
(self)
zmq/eventloop/future.py:46
Methodcancel_poll
Cancel underlying poll if request has been cancelled
zmq/_future.py:416
Methodcancel_timeout
(f)
zmq/_future.py:175
Methodcancel_watcher
(f)
zmq/_future.py:183
Functioncast_bytes
cast unicode or bytes to bytes
zmq/utils/strtypes.py:18
Functioncast_unicode
cast bytes or unicode to unicode
zmq/utils/strtypes.py:33
Functioncerts
(secret_keys_dir)
tests/test_auth.py:91
Functioncheck_zmq_version
Check that zmq.h has an appropriate version.
zmqversion.py:84
Functionclient
()
examples/gevent/reqrep.py:32
Functionclient_msg_recvd
(msg: List[bytes])
examples/security/ioloop-ironhouse.py:53
Methodclose
(self, linger: int | None = None)
zmq/_future.py:245
Methodclose
(self)
zmq/eventloop/_deprecated.py:120
Methodclose
Close the socket. If linger is specified, LINGER sockopt will be set prior to closing. This can be called to close the sock
zmq/backend/cython/_zmq.py:754
Methodclosed
Whether the socket is closed
zmq/backend/cython/_zmq.py:750
Methodclosed
(self)
zmq/backend/cffi/context.py:41
Methodclosed
(self)
zmq/backend/cffi/socket.py:154
Methodconfigure_gssapi
Configure GSSAPI authentication Currently this is a no-op because there is nothing to configure with GSSAPI.
zmq/auth/base.py:215
Methodconnect
Connect to a remote 0MQ socket. Parameters ---------- addr : str The address string. This has the form '
zmq/backend/cython/_zmq.py:1016
Methodconnect
(self, address)
zmq/backend/cffi/socket.py:201
Methodconnect_ctrl
Enqueue ZMQ address for connecting on ctrl_socket. See zmq.Socket.connect for details.
zmq/devices/proxysteerabledevice.py:39
Functionconsume
Consume messages
examples/device/device.py:28
Functioncontext
Decorator for adding a Context to a function. Usage:: @context() def foo(ctx): ... .. versionadded:: 15.3
zmq/decorators.py:159
Functioncontext
Fixture for shared context
tests/conftest.py:116
Methodcontext
(self)
zmq/utils/garbage.py:91
Functioncontexts
Fixture to track contexts used in tests For cleanup purposes
tests/conftest.py:99
Functioncount_calls
(f)
tests/test_win32_shim.py:11
Methodcrash_zmq
()
tests/test_context.py:276
Methodcreate_bound_pair
Create a bound socket pair using a random port.
zmq/tests/__init__.py:133
Functioncreate_certificates
Create zmq certificates. Returns the file paths to the public and secret certificate files.
zmq/auth/certs.py:61
Functioncreate_certs
Create CURVE certificates for a test
tests/test_auth.py:31
Functioncurve_keypair
generate a Z85 key pair for use with zmq.CURVE security Requires libzmq (≥ 4.0) to have been built with CURVE support. .. versionadded:: lib
zmq/backend/cython/_zmq.py:1552
Functioncurve_keypair
generate a Z85 key pair for use with zmq.CURVE security Requires libzmq (≥ 4.0) to have been built with CURVE support. Returns -------
zmq/backend/cffi/utils.py:24
Functioncurve_public
Compute the public key corresponding to a secret key for use with zmq.CURVE security Requires libzmq (≥ 4.2) to have been built with CURVE su
zmq/backend/cython/_zmq.py:1578
Functioncurve_public
Compute the public key corresponding to a private key for use with zmq.CURVE security Requires libzmq (≥ 4.2) to have been built with CURVE s
zmq/backend/cffi/utils.py:41
Functioncython_enums
generate `enum: ZMQ_CONST` block for constant_enums.pxi
buildutils/constants.py:47
Functiondealer_router
(create_bound_pair)
tests/conftest.py:204
Functiondecode
decode Z85 bytes to raw bytes, accepts ASCII string
zmq/utils/z85.py:40
Methoddecorator
(func)
zmq/decorators.py:61
Functiondeserialize
(frames)
tests/test_asyncio.py:211
Methoddeserialize
(frames)
tests/test_future.py:211
Methoddeserialize
(frames)
tests/test_socket.py:724
Functiondevice
Start a zeromq device (gevent-compatible). Unlike the true zmq.device, this does not release the GIL. Parameters ---------- device_t
zmq/green/device.py:9
Functiondevice
Deprecated alias for zmq.proxy .. deprecated:: libzmq-3.2 .. deprecated:: 13.0
zmq/sugar/__init__.py:14
← previousnext →501–600 of 1,090, ranked by callers