MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / wrapper

Function wrapper

tests/util.py:72–74  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

70 def decorator(func):
71 @wraps(func)
72 def wrapper(*args, **kwargs):
73 time.sleep(seconds)
74 func(*args, **kwargs)
75 return wrapper
76 return decorator

Callers

nothing calls this directly

Calls 1

sleepMethod · 0.80

Tested by

no test coverage detected