mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
9 lines
178 B
Python
9 lines
178 B
Python
import jedi
|
|
|
|
def test_path_issues():
|
|
"""
|
|
See pull request #684 for details.
|
|
"""
|
|
source = '''from datetime import '''
|
|
assert jedi.Script(source).completions()
|