MCPcopy Index your code
hub / github.com/python/cpython / inner

Function inner

Lib/test/test_zoneinfo/_support.py:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18 @functools.wraps(f)
19 def inner():
20 with lock:
21 return cached()
22
23 return inner
24

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…