mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
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