forked from VimPlug/jedi
replaced builtin with compiled in all modules except imports
This commit is contained in:
@@ -71,6 +71,10 @@ class PyObject(Base):
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
def get_self_attributes(self):
|
||||
# Instance compatibility
|
||||
return []
|
||||
|
||||
|
||||
class PyName(object):
|
||||
def __init__(self, obj, name):
|
||||
|
||||
Reference in New Issue
Block a user