003 File Manager
Current Path:
/usr/local/lib/python3.8/site-packages/zmq/eventloop/minitornado
usr
/
local
/
lib
/
python3.8
/
site-packages
/
zmq
/
eventloop
/
minitornado
/
📁
..
📄
__init__.py
(341 B)
📁
__pycache__
📄
concurrent.py
(459 B)
📄
ioloop.py
(40.38 KB)
📄
log.py
(181 B)
📁
platform
📄
stack_context.py
(12.86 KB)
📄
util.py
(7.26 KB)
Editing: __init__.py
import warnings class VisibleDeprecationWarning(UserWarning): """A DeprecationWarning that users should see.""" pass warnings.warn("""zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed. Install tornado itself to use zmq with the tornado IOLoop. """, VisibleDeprecationWarning, stacklevel=4, )
Upload File
Create Folder