Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
15
test_async_writer_api
Method · 0.50
test_async_writer_api_exception_after_close
Method · 0.50
test_unclosed_resource_warnings
Method · 0.50
test_loop_is_closed_resource_warnings
Method · 0.50
test_wait_for_cancellation_race_condition
Method · 0.50
test_wait_for_waits_for_task_cancellation
Method · 0.50
foo
Method · 0.50
test_wait_for_issue86296
Method · 0.50
test_not_implemented_async
Method · 0.50
c1
Method · 0.50
outer
Method · 0.50
outer
Method · 0.50
Calls
no outgoing calls
Tested by
15
test_async_writer_api
Method · 0.40
test_async_writer_api_exception_after_close
Method · 0.40
test_unclosed_resource_warnings
Method · 0.40
test_loop_is_closed_resource_warnings
Method · 0.40
test_wait_for_cancellation_race_condition
Method · 0.40
test_wait_for_waits_for_task_cancellation
Method · 0.40
foo
Method · 0.40
test_wait_for_issue86296
Method · 0.40
test_not_implemented_async
Method · 0.40
c1
Method · 0.40
outer
Method · 0.40
outer
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…