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

Method __init__

testing/python/metafunc.py:40–41  ·  view source on GitHub ↗
(self, names)

Source from the content-addressed store, hash-verified

38 name2fixturedefs = None
39
40 def __init__(self, names):
41 self.names_closure = names
42
43 @attr.s
44 class DefinitionMock(python.FunctionDefinition):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected