Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for methods with @MethodName decorator #76

Open
gvvka0327 opened this issue Nov 12, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@gvvka0327
Copy link

commented Nov 12, 2015

I have a class with staticmethods and methods with @MethodName decorator

staticmethods with @staticmethod decorator got documented but other methods got skipped... does pdoc handle methods with @MethodName differently, for example,

@MethodName
def to_tab_delimited(self, output):
"""Reformats columnar output from pxssh session to be tab-delimited
""""

This method got skipped, and consistently in other modules as well, all methods with @MethodName decorator got skipped... anything I need to take care of ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.