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

Make 'pydoc coverage' more friendly #205

Closed
nedbat opened this issue Oct 22, 2012 · 1 comment
Closed

Make 'pydoc coverage' more friendly #205

nedbat opened this issue Oct 22, 2012 · 1 comment
Labels
docs enhancement New feature or request

Comments

@nedbat
Copy link
Owner

nedbat commented Oct 22, 2012

Originally reported by Marius Gedminas (Bitbucket: mgedmin, GitHub: mgedmin)


Today if you do 'pydoc coverage', you get a bunch of opaque descriptions that look like this:

analysis = wrapper(*args, **kwargs)
    Singleton wrapper around a coverage method.

With my patch you see

analysis = wrapper(*args, **kwargs)
    analysis(morf)
    
    Like `analysis2` but doesn't return excluded line numbers.
    
    This function operates on a singleton coverage object created on first use.

@nedbat
Copy link
Owner Author

nedbat commented Oct 26, 2012

Thanks, fixed in <<changeset d0217f680cd8 (bb)>>.

@nedbat nedbat closed this as completed Oct 26, 2012
@nedbat nedbat added major enhancement New feature or request docs labels Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant