forked from VimPlug/jedi
fix problems with self attributes - from fake modules
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
def proxy(object, callback=None):
|
||||
return object
|
||||
|
||||
class ref():
|
||||
class weakref():
|
||||
def __init__(self, object, callback=None):
|
||||
self.__object = object
|
||||
def __call__(self):
|
||||
|
||||
Reference in New Issue
Block a user