MCPcopy Index your code
hub / github.com/pytest-dev/pytest / __getitem__

Method __getitem__

src/_pytest/_code/code.py:415–415  ·  view source on GitHub ↗
(self, key: SupportsIndex)

Source from the content-addressed store, hash-verified

413
414 @overload
415 def __getitem__(self, key: SupportsIndex) -> TracebackEntry: ...
416
417 @overload
418 def __getitem__(self, key: slice) -> Traceback: ...

Callers

nothing calls this directly

Calls 1

__class__Method · 0.45

Tested by

no test coverage detected