forked from VimPlug/jedi
floats are working now too, the whole thing seems to be pretty solid.
This commit is contained in:
@@ -608,7 +608,7 @@ class Statement(Simple):
|
||||
"behaviour. Please submit a bug" % level)
|
||||
|
||||
self.assignment_calls = top
|
||||
print 'top', top.values
|
||||
print 'top', top.values, top.values[0][0].name, repr(top.values[0][0].name)
|
||||
return top
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user