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

Method __getitem__

src/_pytest/_code/source.py:49–50  ·  view source on GitHub ↗
(self, key: int)

Source from the content-addressed store, hash-verified

47
48 @overload
49 def __getitem__(self, key: int) -> str:
50 ...
51
52 @overload
53 def __getitem__(self, key: slice) -> "Source":

Callers

nothing calls this directly

Calls 1

SourceClass · 0.85

Tested by

no test coverage detected