MCPcopy Create free account

hub / github.com/zeromq/pyzmq / functions

Functions1,090 in github.com/zeromq/pyzmq

↓ 2 callersMethodset
Set a Frame option. See the 0MQ API documentation for zmq_msg_set for details on specific options. .. versionadded:: libzmq-
zmq/backend/cython/_zmq.py:507
↓ 2 callersMethodset
Set a context option. See the 0MQ API documentation for zmq_ctx_set for details on specific options. .. versionadde
zmq/backend/cython/_zmq.py:604
↓ 2 callersMethodsetFormatter
Set the Formatter for this handler. If no level is provided, the same format is used for all levels. This will overwrite all selectiv
zmq/log/handlers.py:141
↓ 2 callersMethodsetRootTopic
Set the root topic for this handler. This value is prepended to all messages published by this handler, and it defaults to the empty
zmq/log/handlers.py:124
↓ 2 callersMethodsetsockopt_mon
Enqueue setsockopt(opt, value) for mon_socket See zmq.Socket.setsockopt for details.
zmq/devices/proxydevice.py:48
↓ 2 callersMethodsetsockopt_out
Enqueue setsockopt(opt, value) for out_socket See zmq.Socket.setsockopt for details.
zmq/devices/basedevice.py:173
↓ 2 callersFunctionsetup
()
examples/eventloop/asyncweb.py:59
↓ 2 callersMethodshadow_pyczmq
Shadow an existing pyczmq context ctx is the FFI `zctx_t *` pointer .. versionadded:: 14.1
zmq/sugar/context.py:190
↓ 2 callersMethodsign
(self, buffer: bytes)
examples/serialization/serialsocket.py:30
↓ 2 callersMethodsocket
(self, socket_type)
zmq/tests/__init__.py:92
↓ 2 callersMethodstart
Start ZAP authentication
zmq/auth/asyncio.py:49
↓ 2 callersMethodstore
store an object and (optionally) event for zero-copy
zmq/utils/garbage.py:188
↓ 2 callersFunctionterm_context
Terminate a context with a timeout
tests/zmq_test_utils.py:54
↓ 2 callersMethodunbind
Unbind from an address (undoes a call to bind). .. versionadded:: libzmq-3.2 .. versionadded:: 13.0 Parameters
zmq/backend/cython/_zmq.py:1043
↓ 2 callersFunctionzmq_errno
Return the integer errno of the most recent zmq error.
zmq/backend/cython/_zmq.py:1519
↓ 2 callersFunctionzmq_poll
(sockets, timeout)
zmq/backend/cffi/_poll.py:38
↓ 2 callersFunctionzmq_version_info
Return the version of ZeroMQ itself as a 3-tuple of ints.
zmq/backend/cython/_zmq.py:1532
↓ 1 callersFunctionContext
Context class fixture Override in modules to specify a different class (e.g. zmq.green)
tests/conftest.py:90
↓ 1 callersMethod__handle_zap
(self)
zmq/auth/asyncio.py:42
↓ 1 callersMethod__init__
(self, target=None)
zmq/decorators.py:36
↓ 1 callersMethod__init__
( self: Context, io_threads: int | _zmq.Context = 1, shadow: _zmq.Context | int = 0,
zmq/asyncio.py:176
↓ 1 callersMethod__init__
(self)
zmq/eventloop/_deprecated.py:76
↓ 1 callersMethod__init__
(self, context=None)
zmq/utils/garbage.py:78
↓ 1 callersMethod__init__
( self, context: Optional["zmq.Context"] = None, encoding: str = 'utf-8', log:
zmq/auth/thread.py:92
↓ 1 callersMethod__init__
(self, *args, **kwargs)
tests/test_context.py:23
↓ 1 callersMethod__init__
(self, context, socket_type, custom_attr: int = 0)
tests/test_ext.py:9
↓ 1 callersMethod__setup_events
(self)
zmq/green/core.py:95
↓ 1 callersMethod__str__
(self)
zmq/error.py:77
↓ 1 callersMethod_add_socket
Add a weakref to a socket for Context.destroy / reference counting
zmq/sugar/context.py:279
↓ 1 callersMethod_authenticate_curve
CURVE ZAP authentication
zmq/auth/base.py:361
↓ 1 callersMethod_authenticate_gssapi
Nothing to do for GSSAPI, which has already been handled by an external service.
zmq/auth/base.py:423
↓ 1 callersMethod_authenticate_plain
PLAIN ZAP authentication
zmq/auth/base.py:323
↓ 1 callersMethod_bind_cm
Context manager to unbind on exit .. versionadded:: 20.0
zmq/sugar/socket.py:277
↓ 1 callersMethod_buffer_from_zmq_msg
one-time extract buffer from zmq_msg for Frames created by recv
zmq/backend/cffi/message.py:156
↓ 1 callersFunction_check_closed_deep
thorough check of whether the socket has been closed, even if by another entity (e.g. ctx.destroy). Only used by the `closed` property.
zmq/backend/cython/_zmq.py:1344
↓ 1 callersMethod_check_closed_deep
thorough check of whether the socket has been closed, even if by another entity (e.g. ctx.destroy). Only used by the `closed` propert
zmq/backend/cffi/socket.py:131
↓ 1 callersMethod_close_sockets
Cleanup sockets we created
zmq/devices/basedevice.py:238
↓ 1 callersMethod_connect_cm
Context manager to disconnect on exit .. versionadded:: 20.0
zmq/sugar/socket.py:270
↓ 1 callersFunction_content
Return content of obj as bytes
zmq/backend/cffi/message.py:24
↓ 1 callersMethod_doc_to_json
(self, doc: Any)
examples/mongodb/controller.py:39
↓ 1 callersMethod_drop_io_state
Stop poller from watching an io_state.
zmq/eventloop/zmqstream.py:671
↓ 1 callersMethod_get_attr_opt
override if getattr should do something other than call self.get
zmq/sugar/attrsettr.py:66
↓ 1 callersMethod_get_context
Find the ``zmq.Context`` from ``args`` and ``kwargs`` at call time. First, if there is an keyword argument named ``context`` and it
zmq/decorators.py:132
↓ 1 callersMethod_get_descriptors
Returns three elements tuple with socket descriptors ready for gevent.select.select
zmq/green/poll.py:19
↓ 1 callersMethod_handle_events
Dispatch IO events to _handle_recv, etc.
zmq/_future.py:670
↓ 1 callersMethod_handle_events
This method is the actual handler for IOLoop, that gets called whenever an event on my socket is posted. It dispatches to _handle_recv, etc.
zmq/eventloop/zmqstream.py:573
↓ 1 callersMethod_handle_pipe_message
(self, msg: List[bytes])
zmq/auth/thread.py:71
↓ 1 callersMethod_handle_send
(self)
zmq/_future.py:629
↓ 1 callersMethod_init_action
(self, action)
zmq/utils/win32.py:77
↓ 1 callersMethod_init_io_state
initialize the ioloop event handler
zmq/eventloop/zmqstream.py:686
↓ 1 callersFunction_libs_on_path
context manager for libs directory on $PATH Works around mysterious issue where os.add_dll_directory does not resolve imports (conda-forge Py
zmq/__init__.py:14
↓ 1 callersFunction_make_zmq_pollitem
(socket, flags)
zmq/backend/cffi/_poll.py:19
↓ 1 callersFunction_make_zmq_pollitem_fromfd
(socket_fd, flags)
zmq/backend/cffi/_poll.py:29
↓ 1 callersFunction_mq_inline
inner C function for monitored_queue
zmq/backend/cython/_zmq.py:1890
↓ 1 callersFunction_parse_monitor_msg_async
Like parse_monitor_msg, but awaitable Given awaitable message, return awaitable for the parsed monitor message.
zmq/utils/monitor.py:54
↓ 1 callersFunction_recv_copy
Receive a message and return a copy
zmq/backend/cython/_zmq.py:1398
↓ 1 callersFunction_recv_frame
Receive a message in a non-copying manner and return a Frame.
zmq/backend/cython/_zmq.py:1378
↓ 1 callersMethod_remap_events
translate zmq.POLLIN/OUT/ERR event masks into IOLoop.READ/WRITE/ERROR
zmq/eventloop/_deprecated.py:92
↓ 1 callersMethod_rm_socket
Remove a socket for Context.destroy / reference counting
zmq/sugar/context.py:283
↓ 1 callersMethod_run
(self)
zmq/auth/thread.py:55
↓ 1 callersFunction_send_frame
Send a Frame on this socket in a non-copy manner.
zmq/backend/cython/_zmq.py:1424
↓ 1 callersMethod_send_frame
Send a Frame on this socket in a non-copy manner.
zmq/backend/cffi/socket.py:329
↓ 1 callersMethod_set_attr_opt
override if setattr should do something other than call self.set
zmq/sugar/attrsettr.py:39
↓ 1 callersMethod_setup_sockets
(self)
zmq/devices/proxysteerabledevice.py:53
↓ 1 callersMethod_setup_sockets
(self)
zmq/devices/proxydevice.py:55
↓ 1 callersFunction_stop
simple wrapper for stopping an Event, allowing for method rename in gevent 1.0
zmq/green/core.py:35
↓ 1 callersMethod_stop
(self)
zmq/utils/garbage.py:137
↓ 1 callersMethod_term
(self)
zmq/backend/cython/_zmq.py:579
↓ 1 callersFunction_try_passwordless_paramiko
Try passwordless login with paramiko.
zmq/ssh/tunnel.py:116
↓ 1 callersMethod_unwatch_raw_sockets
Unschedule callback for a raw socket
zmq/_future.py:85
↓ 1 callersMethod_wait_write
(self)
zmq/green/core.py:130
↓ 1 callersMethod_watch_raw_socket
Schedule callback for a raw socket
zmq/_future.py:81
↓ 1 callersMethodadd_doc
(self, doc: Dict)
examples/mongodb/client.py:33
↓ 1 callersMethodadd_document
Inserts a document (dictionary) into mongo database table
examples/mongodb/controller.py:42
↓ 1 callersMethodasync_setup
(self)
tests/test_auth.py:109
↓ 1 callersMethodasync_teardown
(self)
tests/test_auth.py:122
↓ 1 callersMethodbind_ctrl
Enqueue ZMQ address for binding on ctrl_socket. See zmq.Socket.bind for details.
zmq/devices/proxysteerabledevice.py:20
↓ 1 callersMethodbind_mon
Enqueue ZMQ address for binding on mon_socket. See zmq.Socket.bind for details.
zmq/devices/proxydevice.py:20
↓ 1 callersMethodbind_out
Enqueue ZMQ address for binding on out_socket. See zmq.Socket.bind for details.
zmq/devices/basedevice.py:145
↓ 1 callersMethodchange_language
(self)
examples/asyncio/helloworld_pubsub_dealerrouter.py:26
↓ 1 callersMethodclose
(self, linger=None)
zmq/backend/cffi/socket.py:157
↓ 1 callersFunctioncompute_data_point
( test, size, copy=True, poll=False, transport='ipc', t_min=1, t_max=3 )
perf/collect.py:41
↓ 1 callersMethodconfigure_curve_callback
Configure CURVE authentication for a given domain. CURVE authentication using a callback function validating the client public key ac
zmq/auth/base.py:160
↓ 1 callersMethodconnect_mon
Enqueue ZMQ address for connecting on mon_socket. See zmq.Socket.connect for details.
zmq/devices/proxydevice.py:41
↓ 1 callersMethodcrash
(self, sock)
tests/test_context.py:272
↓ 1 callersMethodcurve_user_id
Return the User-Id corresponding to a CURVE client's public key Default implementation uses the z85-encoding of the public key. Over
zmq/auth/base.py:194
↓ 1 callersFunctiondefault_include_dirs
Default to just /usr/local/include:/usr/include
zmqversion.py:34
↓ 1 callersFunctiondownload_artifact
(artifact)
tools/circle_wheels.py:50
↓ 1 callersFunctiondownload_artifacts
(job)
tools/circle_wheels.py:60
↓ 1 callersFunctionfetch_licenses
Download license files for bundled dependencies
buildutils/bundle.py:28
↓ 1 callersFunctionforward_tunnel
(local_port, remote_host, remote_port, transport)
zmq/ssh/forward.py:83
↓ 1 callersFunctiongenerate_certificates
Generate client and server CURVE certificate files
examples/security/generate_certificates.py:20
↓ 1 callersFunctiongenerate_cffi_c
Generate CFFI backend extension C code Called during build
buildutils/build_cffi.py:14
↓ 1 callersMethodget
(self, option)
zmq/backend/cffi/socket.py:243
↓ 1 callersMethodget
(self)
examples/eventloop/asyncweb.py:45
↓ 1 callersFunctionget_all_commits
()
RELICENSE/authors.py:29
↓ 1 callersMethodget_doc
(self, keys: Dict[str, Any])
examples/mongodb/client.py:28
↓ 1 callersMethodget_document_by_keys
Attempts to return a single document from database table that matches each key/value in keys dictionary.
examples/mongodb/controller.py:53
↓ 1 callersFunctionget_jobs
(workflow)
tools/circle_wheels.py:45
↓ 1 callersFunctionget_pipeline
(sha)
tools/circle_wheels.py:25
← previousnext →201–300 of 1,090, ranked by callers