thunder.examine.examine

thunder.examine.examine(fn, *args, show_call_stack=False, **kwargs)[source]

show_call_stack: bool | int=False: if you pass True, a call stack will be printed for each invocation of an unknown function. If you pass a number, the stack will be limited to a depth of that value.

Parameters: