(self)
| 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 | |
| 633 | class PyCFunctionObjectPtr(PyObjectPtr): |
| 634 | """ |
nothing calls this directly
no test coverage detected