Enable or disable memory protection.
(self, status)
| 853 | self.curr_block.warn_about_mem = False |
| 854 | |
| 855 | def protect_memory(self, status): |
| 856 | """ Enable or disable memory protection. """ |
| 857 | self._protect_memory = status |
| 858 | |
| 859 | def open_memory_scope(self, key=None): |
| 860 | self.mem_protect_stack.append(self._protect_memory) |
no outgoing calls
no test coverage detected