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

Class ReprLocals

src/_pytest/_code/code.py:1171–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169
1170@attr.s(eq=False, auto_attribs=True)
1171class ReprLocals(TerminalRepr):
1172 lines: Sequence[str]
1173
1174 def toterminal(self, tw: TerminalWriter, indent="") -> None:
1175 for line in self.lines:
1176 tw.line(indent + line)
1177
1178
1179@attr.s(eq=False, auto_attribs=True)

Callers 2

deserialize_repr_entryFunction · 0.90
repr_localsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected