Guest User

Untitled

a guest
Jun 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. :mod:`my_module` Module
  2. -----------------------
  3.  
  4. ..automodule:: my_module
  5. :members:
  6. :private-members:
  7. :show-inheritance:
  8.  
  9. def myfunc(val=foobar):
  10. '''myfunc(val=foobar)
  11.  
  12. Blah blah blah'''
  13. pass
  14.  
  15. .. function:: my_module.myfunc(val=foobar)
Advertisement
Add Comment
Please, Sign In to add comment