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 8aba715 commit 255c908Copy full SHA for 255c908
toolz/tests/test_inspect_args.py
@@ -402,6 +402,7 @@ def add_blacklist(mod, attr):
402
blacklist.add(getattr(mod, attr))
403
404
add_blacklist(builtins, 'basestring')
405
+ add_blacklist(builtins, 'breakpoint')
406
add_blacklist(builtins, 'NoneType')
407
add_blacklist(builtins, '__metaclass__')
408
add_blacklist(builtins, 'sequenceiterator')
@@ -497,4 +498,3 @@ def __wrapped__(self):
497
498
assert num_required_args(Wrapped) == (False if PY33 else None)
499
_sigs.signatures[Wrapped] = (_sigs.expand_sig((0, lambda func: None)),)
500
assert num_required_args(Wrapped) == 1
-
0 commit comments