MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __enter__

Method __enter__

tools/python-3.11.9-amd64/Lib/cProfile.py:114–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 self.disable()
113
114 def __enter__(self):
115 self.enable()
116 return self
117
118 def __exit__(self, *exc_info):
119 self.disable()

Callers

nothing calls this directly

Calls 1

enableMethod · 0.45

Tested by

no test coverage detected