(self)
| 1124 | return self._f_special("f_globals") |
| 1125 | |
| 1126 | def _f_builtins(self): |
| 1127 | return self._f_special("f_builtins") |
| 1128 | |
| 1129 | def _f_code(self): |
| 1130 | return self._f_special("f_executable", PyCodeObjectPtr.from_pyobject_ptr) |
no test coverage detected