mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
Some changes because parso has changed.
This commit is contained in:
@@ -105,8 +105,7 @@ class MixedObjectFilter(compiled.CompiledObjectFilter):
|
||||
|
||||
@memoize_default(evaluator_is_first_arg=True)
|
||||
def _load_module(evaluator, path, python_object):
|
||||
module = parse(
|
||||
grammar=evaluator.grammar,
|
||||
module = evaluator.grammar.parse(
|
||||
path=path,
|
||||
cache=True,
|
||||
diff_cache=True,
|
||||
|
||||
Reference in New Issue
Block a user