MCPcopy Index your code
hub / github.com/RustPython/RustPython / __getitem__

Method __getitem__

Lib/typing.py:565–566  ·  view source on GitHub ↗
(self, parameters)

Source from the content-addressed store, hash-verified

563
564 @_tp_cache
565 def __getitem__(self, parameters):
566 return self._getitem(self, parameters)
567
568
569class _TypedCacheSpecialForm(_SpecialForm, _root=True):

Callers

nothing calls this directly

Calls 1

_getitemMethod · 0.45

Tested by

no test coverage detected