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

__pdoc__ is not ignoring variables #306

Open
tjwebb opened this issue Jan 28, 2021 · 2 comments
Open

__pdoc__ is not ignoring variables #306

tjwebb opened this issue Jan 28, 2021 · 2 comments

Comments

@tjwebb
Copy link

tjwebb commented Jan 28, 2021

I can get __pdoc__ to ignore modules, but adding the variable/function name in the form module.variable has no effect.

  • pdoc version: 0.9.2
@kernc
Copy link
Member

kernc commented Jan 29, 2021

A continuation from #99 (comment). Thanks!

@kernc
Copy link
Member

kernc commented Jan 29, 2021

Maybe this is the buggy line:

(_is_blacklisted(name, self) or # skips unwrapping that follows

introduced in 9bdb076. Can you maybe investigate it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants