mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
8 lines
163 B
Python
8 lines
163 B
Python
import not_in_sys_path
|
|
import not_in_sys_path_package
|
|
from not_in_sys_path_package import module
|
|
|
|
not_in_sys_path.value
|
|
not_in_sys_path_package.value
|
|
module.value
|