1
0
forked from VimPlug/jedi

Finally fixed all black box tests in python 2.

This commit is contained in:
Dave Halter
2016-12-03 13:37:51 +01:00
parent 2edbe44d64
commit f355c04cae
4 changed files with 28 additions and 4 deletions
+2 -1
View File
@@ -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