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

Method __iter__

src/_pytest/mark/expression.py:183–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181 return self.matcher(key[len(IDENT_PREFIX) :])
182
183 def __iter__(self) -> Iterator[str]:
184 raise NotImplementedError()
185
186 def __len__(self) -> int:
187 raise NotImplementedError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected