Closed Hanaasagi closed 1 year ago
Related to https://github.com/mtshiba/pylyzer/issues/28
Mapping is defined in typing, but is not found in erg.
Mapping
typing
Ref: https://docs.python.org/3/library/typing.html#typing.Mapping
t = pyimport "typing" t.Mapping
No AttributeError
AttributeError
AttributeError: PyModule("typing") object has no attribute Mapping
No response
main branch
Python3.11
Linux (other distro)
Describe the bug?
Related to https://github.com/mtshiba/pylyzer/issues/28
Mapping
is defined intyping
, but is not found in erg.Ref: https://docs.python.org/3/library/typing.html#typing.Mapping
Reproducible code
Expected result
No
AttributeError
Actual result
Additional context
No response
Erg version
main branch
Python version
Python3.11
OS
Linux (other distro)