forked from VimPlug/jedi
Finally fixed all black box tests in python 2.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
def proxy(object, callback=None):
|
||||
return object
|
||||
|
||||
class weakref():
|
||||
class ref():
|
||||
def __init__(self, object, callback=None):
|
||||
self.__object = object
|
||||
|
||||
def __call__(self):
|
||||
return self.__object
|
||||
|
||||
Reference in New Issue
Block a user