REPL completion is working again partially. There's some progress at least.

This commit is contained in:
Dave Halter
2016-06-29 08:49:20 +02:00
parent 52c42c3392
commit a3b263a599
7 changed files with 41 additions and 35 deletions
+1
View File
@@ -115,6 +115,7 @@ class CompiledObject(Base):
elif inspect.isbuiltin(cls) or inspect.ismethod(cls) \
or inspect.ismethoddescriptor(cls) or inspect.isfunction(cls):
return 'function'
raise NotImplementedError
@property
def type(self):