mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
It turned out that the failure occurs when you define "fake module path" by importing some module from others. Indeed, this is what happens in os.py.
2 lines
27 B
Python
2 lines
27 B
Python
from . import mod1 as fake
|