mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-17 20:57:59 +08:00
builtin scope doesn't load by default anymore. This makes Jedi faster at startup. -> jedi issue 7
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ class Keyword(object):
|
||||
self.start_pos = pos
|
||||
|
||||
def get_parent_until(self):
|
||||
return builtin.builtin_scope
|
||||
return builtin.Builtin.scope
|
||||
|
||||
@property
|
||||
def names(self):
|
||||
|
||||
Reference in New Issue
Block a user