Python zmq.decorators() Examples
The following are 2
code examples of zmq.decorators().
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example.
You may also want to check out all available functions/classes of the module
zmq
, or try the search function
.
Example #1
Source File: test_imports.py From vnpy_crypto with MIT License | 5 votes |
def test_decorators(self): """test decorators imports""" from zmq.decorators import context, socket
Example #2
Source File: test_imports.py From pySINDy with MIT License | 5 votes |
def test_decorators(self): """test decorators imports""" from zmq.decorators import context, socket