mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
instance variables are now working again, however, it's still a little bit strange
This commit is contained in:
@@ -798,7 +798,7 @@ class Param(Statement):
|
||||
return n[0]
|
||||
|
||||
|
||||
class Call(object):
|
||||
class Call(Base):
|
||||
"""
|
||||
`Call` contains a call, e.g. `foo.bar` and owns the executions of those
|
||||
calls, which are `Array`s.
|
||||
|
||||
Reference in New Issue
Block a user