ZIO
Python and C++ interface to ZeroMQ and Zyre
python
zio
mains
junk.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
3
from
.cli
import
cli
4
5
@cli.command(
"junk"
)
6
def
foo
():
7
'Foo bar baz quax'
8
pass
zio.mains.junk.foo
def foo()
Definition:
junk.py:6
Generated by
1.8.13