MCPcopy Index your code
hub / github.com/pythonprofilers/memory_profiler / __exit__

Method __exit__

memory_profiler.py:839–840  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

837 self.enable_by_count()
838
839 def __exit__(self, exc_type, exc_val, exc_tb):
840 self.disable_by_count()
841
842 def enable(self):
843 self._original_trace_function = sys.gettrace()

Callers

nothing calls this directly

Calls 1

disable_by_countMethod · 0.95

Tested by

no test coverage detected