Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ call
Function
call
Lib/test/test_decorators.py:45–47 ·
view source on GitHub ↗
(*args, **kwds)
Source
from the content-addressed store, hash-verified
43
func_name = func.__name__
44
counts[func_name] = 0
45
def
call(*args, **kwds):
46
counts[func_name] += 1
47
return
func(*args, **kwds)
48
call.__name__ = func_name
49
return
call
50
return
decorate
Callers
3
doTestWithPreBuiltZip
Method · 0.70
assert_writes
Method · 0.70
_call_matcher
Method · 0.50
Calls
1
func
Function · 0.70
Tested by
no test coverage detected