DEBSOURCES
Skip Quicknav
sources / python-jedi / 0.10.0~git1%2Bf05c071-1 / test / test_api / test_usages.py
123456
import jedi def test_import_usage(): s = jedi.Script("from .. import foo", line=1, column=18, path="foo.py") assert [usage.line for usage in s.usages()] == [1]