We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba08e9 commit c4aeb9fCopy full SHA for c4aeb9f
1 file changed
bpython/cli.py
@@ -242,11 +242,6 @@ def next_token_inside_string(s, inside_string):
242
inside_string = False
243
return inside_string
244
245
-def clean_argspec(spec, f):
246
- """Argspecs can contain eg.. "foo=os.environ", so display that as it is in
247
- the source as opposed to str(os.environ)"""
248
-
249
250
class Interpreter(code.InteractiveInterpreter):
251
252
def __init__(self, encoding):
0 commit comments