Function_ensure_immutable_ids(
ids: Optional[
Union[
Iterable[Union[None, str, float, int, bool]],
Call
src/_pytest/fixtures.py:1132
Method_find(
self, tests, obj, name, module, source_lines, globs, seen
)
src/_pytest/doctest.py:525
Method_format(
self,
object: object,
stream: IO[str],
indent: int,
allowance: int,
src/_pytest/_io/saferepr.py:113