pdoc
pdoc copied to clipboard
`subprocess.Popen` is documented as `pdoc.extract._PdocDefusedPopen`
Problem Description
class Bar:
foo: subprocess.Popen[str]
I realize that this substitution protects against surprises during doc generation, but perhaps it can be rendered as the original string in the docs?
System Information
❯ pdoc --version
pdoc: 15.0.4
Python: 3.12.10
Platform: macOS-14.4-arm64-arm-64bit
Yes, that's definitely a bug. Patches welcome! 😃