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 b899696 commit 191e434Copy full SHA for 191e434
bpython/repl.py
@@ -469,8 +469,8 @@ def get_object(self, name):
469
470
def get_args(self):
471
"""Check if an unclosed parenthesis exists, then attempt to get the
472
- argspec() for it. On success, update self.funcprops,self.arg_pos and return True,
473
- otherwise set self.funcprops to None and return False"""
+ argspec() for it. On success, update self.funcprops,self.arg_pos and
+ return True, otherwise set self.funcprops to None and return False"""
474
475
self.current_func = None
476
0 commit comments