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

Method __attrs_post_init__

src/_pytest/_code/code.py:987–988  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

985 reprtraceback: "ReprTraceback"
986
987 def __attrs_post_init__(self) -> None:
988 self.sections: List[Tuple[str, str, str]] = []
989
990 def addsection(self, name: str, content: str, sep: str = "-") -> None:
991 self.sections.append((name, content, sep))

Callers 1

__attrs_post_init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected