mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-29 03:02:10 +08:00
compiled params didn't have a param
This commit is contained in:
@@ -39,7 +39,7 @@ class CompiledObject(Base):
|
||||
start_pos, end_pos = (0, 0), (0, 0)
|
||||
for p in tokens:
|
||||
params.append(Param(module, [FakeName(p.strip())], start_pos,
|
||||
end_pos))
|
||||
end_pos, builtin))
|
||||
return params
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user