(self)
| 1133 | return self._f_special("f_executable") |
| 1134 | |
| 1135 | def _f_nlocalsplus(self): |
| 1136 | return self._f_special("nlocalsplus", int_from_int) |
| 1137 | |
| 1138 | def _f_lasti(self): |
| 1139 | codeunit_p = gdb.lookup_type("_Py_CODEUNIT").pointer() |
nothing calls this directly
no test coverage detected