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

Method __exit__

Lib/wave.py:488–489  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

486 return self
487
488 def __exit__(self, *args):
489 self.close()
490
491 #
492 # User visible methods.

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected