DEBSOURCES
Skip Quicknav
sources / python-jedi / 0.10.0~git1%2Bf05c071-1 / test / test_windows.py
12345678
import jedi def test_path_issues(): """ See pull request #684 for details. """ source = '''from datetime import ''' assert jedi.Script(source).completions()