MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / wrapper

Function wrapper

tools/python-3.11.9-amd64/Lib/functools.py:542–547  ·  view source on GitHub ↗
(*args, **kwds)

Source from the content-addressed store, hash-verified

540 if maxsize == 0:
541
542 def wrapper(*args, **kwds):
543 # No caching -- just a statistics update
544 nonlocal misses
545 misses += 1
546 result = user_function(*args, **kwds)
547 return result
548
549 elif maxsize is None:
550

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected