MCPcopy Index your code
hub / github.com/python/cpython / get_entry

Method get_entry

Tools/gdb/libpython.py:716–718  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

714 self._gdbval = gdbval
715
716 def get_entry(self, index):
717 assert (index >= 0) and (index < self._gdbval["size"])
718 return self._gdbval["entries"][index]
719
720
721class PyCodeObjectPtr(PyObjectPtr):

Callers 1

_f_lastiMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected