Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ wrap
Method
wrap
Lib/test/test_zipfile/_path/_test_params.py:34–35 ·
view source on GitHub ↗
(cls, func)
Source
from the content-addressed store, hash-verified
32
33
@classmethod
34
def
wrap(cls, func):
35
return
cls(func=func)
36
37
@classmethod
38
def
eval(cls, cand):
Callers
2
test_path.py
File · 0.45
encode_compressed
Function · 0.45
Calls
1
cls
Class · 0.50
Tested by
no test coverage detected