rust-cpython icon indicating copy to clipboard operation
rust-cpython copied to clipboard

Defining docstrings for functions, classes and methods

Open newpavlov opened this issue 8 years ago • 1 comments

As far as I can tell there is currently no way to define documentation for items inside module.

Also classes added with m.add_class::<ClassName>(py) do not show in the module level documentation, i.e. in the help(module_name), while auto-completion on them in Python 3 forks just fine.

newpavlov avatar Oct 26 '17 10:10 newpavlov

:+1: on this one :-)

Hywan avatar Apr 02 '19 13:04 Hywan