Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ __getitem__
Method
__getitem__
example_code/item_066.py:90–91 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
88
89
@trace_func
90
def
__getitem__(self, *args, **kwargs):
91
return
super().__getitem__(*args, **kwargs)
92
93
94
print(
"Example 3"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected