Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
retry_cache=False,
)
if TESTING:
raise
if node:
new_stmts = {statement_containing_node(node)}
assert_(new_stmts <= stmts)
stmts = new_stmts
return source, node, stmts
args = find(source=cls.for_frame(frame), retry_cache=True)
executing_cache[key] = args
return Executing(frame, *args)