(self)
| 861 | self.protect_memory(key or object()) |
| 862 | |
| 863 | def close_memory_scope(self): |
| 864 | self.protect_memory(self.mem_protect_stack.pop()) |
| 865 | |
| 866 | def use_cisc(self): |
| 867 | return self.options.cisc and (not self.prime or self.rabbit_gap()) \ |
nothing calls this directly
no test coverage detected