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

Method __init__

src/_pytest/_code/code.py:1057–1060  ·  view source on GitHub ↗
(self, tblines: Sequence[str])

Source from the content-addressed store, hash-verified

1055
1056class ReprTracebackNative(ReprTraceback):
1057 def __init__(self, tblines: Sequence[str]) -> None:
1058 self.style = "native"
1059 self.reprentries = [ReprEntryNative(tblines)]
1060 self.extraline = None
1061
1062
1063@attr.s(eq=False, auto_attribs=True)

Callers

nothing calls this directly

Calls 1

ReprEntryNativeClass · 0.85

Tested by

no test coverage detected