Error when i try to get the `__doc__` from a type like `str`
natanfeitosa opened this issue · 0 comments
natanfeitosa commented
Python 3.4.0 (, )
[Gpython ]
- os/arch: linux/amd64
- go version: go1.21.5
>>> "".__doc__
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: "'str' has no attribute '__doc__'"