MCPcopy Create free account
hub / github.com/dateutil/dateutil / deprecated_func

Function deprecated_func

src/dateutil/parser/__init__.py:30–32  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

28
29 @wraps(f)
30 def deprecated_func(*args, **kwargs):
31 warnings.warn(msg, DeprecationWarning)
32 return f(*args, **kwargs)
33
34 return deprecated_func
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected