MCPcopy Index your code
hub / github.com/plotly/dash / _wrapper

Function _wrapper

dash/_utils.py:260–264  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

258 def wrapper(func):
259 @wraps(func)
260 def _wrapper(*args, **kwargs):
261 logger.info("🏗️ [%s] 🏗️️ - %s", func.__name__, msg)
262 res = func(*args, **kwargs)
263 logger.info("::: 🍻🍻🍻 [%s] job done 🍻🍻🍻 :::", func.__name__)
264 return res
265
266 return _wrapper
267

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…