Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ inner
Method
inner
Lib/test/test_logging.py:5040–5041 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5038
5039
def
record_call(self, identifier, method_name, called):
5040
def
inner():
5041
called.append(
'{} - {}'
.format(identifier, method_name))
5042
return
inner
5043
5044
Callers
nothing calls this directly
Calls
2
append
Method · 0.45
format
Method · 0.45
Tested by
no test coverage detected