MCPcopy
hub / github.com/rholder/retrying / wrap

Function wrap

retrying.py:45–51  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

43
44 else:
45 def wrap(f):
46
47 @six.wraps(f)
48 def wrapped_f(*args, **kw):
49 return Retrying(*dargs, **dkw).call(f, *args, **kw)
50
51 return wrapped_f
52
53 return wrap
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…