MCPcopy 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.pyFile · 0.45
encode_compressedFunction · 0.45

Calls 1

clsClass · 0.50

Tested by

no test coverage detected