Closed h2non closed 7 years ago
I like doctest style (the first one), but I found more versatile the last one, so I would bet for last one.
I'm very open to introduce any enhancements in this sense that leverages overall library quality and makes it more easy to consume.
Any PR would be appreciated.
I think we are fine in terms of example code for now. Closing issue.
Hi,
I don't know what about this task, but I want to help and improve existing docstrings, because:
every.py
andrepeat.py
;Below you can find my ideas about how to improve current examples.
python repl +
paco.run
16
""" assert_corofunction(coro=coro)
ipython repl +
paco.run
Out[3]: 16
""" assert_corofunction(coro=coro)
just code with
await
syntax16
""" assert_corofunction(coro=coro)
@h2non what do you think? Any ideas?