Komiya Takeshi <[email protected]> added the comment:
FWIW, I succeeded to inspect the class with importing the constant from the
base module as a workaround:
```
import inspect
import io
from io import DEFAULT_BUFFER_SIZE
class MyBufferedReader(io.BufferedReader):
"""buffer reader class."""
inspect.signature(MyBufferedReader)
```
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue43118>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com