MCPcopy Create free account
hub / github.com/bloomberg/pystack / __getitem__

Method __getitem__

tests/integration/position_information_program.py:8–9  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

6
7class A:
8 def __getitem__(self, item):
9 return second_func(item) + second_func(item)
10
11
12def first_func(x):

Callers

nothing calls this directly

Calls 1

second_funcFunction · 0.70

Tested by

no test coverage detected