(self)
| 1130 | return self._f_special("f_executable", PyCodeObjectPtr.from_pyobject_ptr) |
| 1131 | |
| 1132 | def _f_executable(self): |
| 1133 | return self._f_special("f_executable") |
| 1134 | |
| 1135 | def _f_nlocalsplus(self): |
| 1136 | return self._f_special("nlocalsplus", int_from_int) |
nothing calls this directly
no test coverage detected