MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / wrapper

Function wrapper

aura/analyzers/python/visitor.py:37–41  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

35
36 @wraps(func)
37 def wrapper(*args, **kwargs):
38 try:
39 return func(*args, **kwargs)
40 except RecursionError:
41 logger.exception("Recursion error")
42
43 return wrapper
44

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected