Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
class
A:
8
def
__getitem__(self, item):
9
return
second_func(item) + second_func(item)
10
11
12
def
first_func(x):
Callers
nothing calls this directly
Calls
1
second_func
Function · 0.70
Tested by
no test coverage detected