MCPcopy Create free account
hub / github.com/pytest-dev/pytest / python2

Function python2

doc/en/example/multipython.py:21–22  ·  view source on GitHub ↗
(request, python1)

Source from the content-addressed store, hash-verified

19
20@pytest.fixture(params=pythonlist)
21def python2(request, python1):
22 return Python(request.param, python1.picklefile)
23
24
25class Python:

Callers

nothing calls this directly

Calls 1

PythonClass · 0.85

Tested by

no test coverage detected