tonysimpson / nanomsg-python

nanomsg wrapper for python with multiple backends (CPython and ctypes) should support 2/3 and Pypy
MIT License
382 stars 85 forks source link

Add nanomsg.__all__ module variable #71

Open wtfuzz opened 5 years ago

wtfuzz commented 5 years ago

This adds an __all__ variable to the nanomsg module.

I came across this writing an eventlet greenthread monkeypatch integration.

See eventlet/eventlet#530