pdoc icon indicating copy to clipboard operation
pdoc copied to clipboard

__pdoc__ is not ignoring variables

Open tjwebb opened this issue 4 years ago • 2 comments

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

tjwebb avatar Jan 28 '21 05:01 tjwebb

A continuation from https://github.com/pdoc3/pdoc/issues/99#issuecomment-750123577. Thanks!

kernc avatar Jan 29 '21 00:01 kernc

Maybe this is the buggy line: https://github.com/pdoc3/pdoc/blob/aef1917a668ca9f3cd26373d1d69bcb5001108cc/pdoc/init.py#L699 introduced in https://github.com/pdoc3/pdoc/commit/9bdb076e267b33949fb6ffc906316e8651d5f474. Can you maybe investigate it?

kernc avatar Jan 29 '21 00:01 kernc