Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ eval
Method
eval
Lib/test/test_zipfile/_path/_test_params.py:38–39 ·
view source on GitHub ↗
(cls, cand)
Source
from the content-addressed store, hash-verified
36
37
@classmethod
38
def
eval(cls, cand):
39
return
cand.func()
if
isinstance(cand, cls)
else
cand
Callers
15
theme_use
Method · 0.80
testEval
Method · 0.80
test_eval_null_in_result
Method · 0.80
test_eval_surrogates_in_result
Method · 0.80
test_eval_returns_tcl_obj
Method · 0.80
test_call_passing_null
Method · 0.80
test_call_returns_tcl_obj
Method · 0.80
testSetVar
Method · 0.80
test_setvar_passing_null
Method · 0.80
testSetVarArray
Method · 0.80
testGetVar
Method · 0.80
testGetVarArray
Method · 0.80
Calls
1
func
Method · 0.45
Tested by
no test coverage detected