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

Method __repr__

Tools/gdb/libpython.py:626–631  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

624 self.pyop_m_self = pyop_m_self
625
626 def __repr__(self):
627 return ('<built-in method %s of %s object at remote 0x%x>'
628 % (self.ml_name,
629 self.pyop_m_self.safe_tp_name(),
630 self.pyop_m_self.as_address())
631 )
632
633class PyCFunctionObjectPtr(PyObjectPtr):
634 """

Callers

nothing calls this directly

Calls 2

safe_tp_nameMethod · 0.45
as_addressMethod · 0.45

Tested by

no test coverage detected