Skip to content

Commit

Permalink
Mark typechecking frame as hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Dec 22, 2024
1 parent 43059ff commit b2f16e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaxtyping/_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ def wrapped_fn(*args, **kwargs): # pyright: ignore
param_fn = _apply_typechecker(typechecker, param_fn)

def wrapped_fn_impl(args, kwargs, bound, memos):
__tracebackhide__ = True
# First type-check just the parameters before the function is
# called.
try:
Expand Down

0 comments on commit b2f16e8

Please sign in to comment.