Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __index__
Method
__index__
Lib/plistlib.py:90–91 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
self.data = data
89
90
def
__index__(self):
91
return
self.data
92
93
def
__repr__(self):
94
return
"%s(%s)"
% (self.__class__.__name__, repr(self.data))
Callers
5
bin
Function · 0.45
read
Method · 0.45
readline
Method · 0.45
readlines
Method · 0.45
index
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected