Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ inner
Method
inner
Lib/test/test_logging.py:4951–4952 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4949
4950
def
record_call(self, identifier, method_name, called):
4951
def
inner():
4952
called.append(
'{} - {}'
.format(identifier, method_name))
4953
return
inner
4954
4955
Callers
nothing calls this directly
Calls
2
append
Method · 0.45
format
Method · 0.45
Tested by
no test coverage detected