We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3c84f commit 76f069bCopy full SHA for 76f069b
bpython/inspection.py
@@ -143,7 +143,7 @@ def parsekeywordpairs(signature):
143
if value and (parendepth > 0 or value.strip()):
144
substack.append(value)
145
146
- return {item[0]: "".join(item[2:] for item in stack if len(item) >= 3)}
+ return {item[0]: "".join(item[2:]) for item in stack if len(item) >= 3}
147
148
149
def fixlongargs(f, argspec):
0 commit comments