MCPcopy Index your code
hub / github.com/python/cpython / __exit__

Method __exit__

Lib/shelve.py:149–150  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

147 return self
148
149 def __exit__(self, type, value, traceback):
150 self.close()
151
152 def close(self):
153 if self.dict is None:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected