Don't show locals of proxy stubs
This commit is contained in:
parent
5842b41097
commit
0ef70245ff
@ -32,6 +32,7 @@ SIGS = {}
|
|||||||
|
|
||||||
def stub(f):
|
def stub(f):
|
||||||
def inner(*args, **kwargs):
|
def inner(*args, **kwargs):
|
||||||
|
_ignore_locals_ = True
|
||||||
if f.__name__ not in IMPLS:
|
if f.__name__ not in IMPLS:
|
||||||
raise NotImplementedError(("This proxy stub has not yet been "
|
raise NotImplementedError(("This proxy stub has not yet been "
|
||||||
"implemented in another module"))
|
"implemented in another module"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user