golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/zmq/auth
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
419 B
Del
OK
__pycache__
-
Del
OK
asyncio.py
1.63 KB
Del
OK
base.py
15.99 KB
Del
OK
certs.py
4.23 KB
Del
OK
ioloop.py
1.25 KB
Del
OK
thread.py
8.05 KB
Del
OK
Edit: __init__.py
"""Utilities for ZAP authentication. To run authentication in a background thread, see :mod:`zmq.auth.thread`. For integration with the tornado eventloop, see :mod:`zmq.auth.ioloop`. For integration with the asyncio event loop, see :mod:`zmq.auth.asyncio`. Authentication examples are provided in the pyzmq codebase, under `/examples/security/`. .. versionadded:: 14.1 """ from .base import * from .certs import *
Save