MCPcopy Index your code
hub / github.com/RustPython/RustPython / wrapped

Function wrapped

Lib/test/test_urllib2net.py:31–32  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

29
30def _wrap_with_retry_thrice(func, exc):
31 def wrapped(*args, **kwargs):
32 return _retry_thrice(func, exc, *args, **kwargs)
33 return wrapped
34
35# Connecting to remote hosts is flaky. Make it more robust by retrying

Calls 1

_retry_thriceFunction · 0.85

Tested by

no test coverage detected