mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-31 00:26:56 +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)
|
start_pos, end_pos = (0, 0), (0, 0)
|
||||||
for p in tokens:
|
for p in tokens:
|
||||||
params.append(Param(module, [FakeName(p.strip())], start_pos,
|
params.append(Param(module, [FakeName(p.strip())], start_pos,
|
||||||
end_pos))
|
end_pos, builtin))
|
||||||
return params
|
return params
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user