MCPcopy 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

binFunction · 0.45
readMethod · 0.45
readlineMethod · 0.45
readlinesMethod · 0.45
indexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected