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

Class ReprEntryNative

src/_pytest/_code/code.py:1064–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062
1063@attr.s(eq=False, auto_attribs=True)
1064class ReprEntryNative(TerminalRepr):
1065 lines: Sequence[str]
1066
1067 style: ClassVar["_TracebackStyle"] = "native"
1068
1069 def toterminal(self, tw: TerminalWriter) -> None:
1070 tw.write("".join(self.lines))
1071
1072
1073@attr.s(eq=False, auto_attribs=True)

Callers 2

deserialize_repr_entryFunction · 0.90
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected