pdoc
                                
                                
                                
                                    pdoc copied to clipboard
                            
                            
                            
                        __pdoc__ is not ignoring variables
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
 
A continuation from https://github.com/pdoc3/pdoc/issues/99#issuecomment-750123577. Thanks!
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?