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

Method __exit__

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

Source from the content-addressed store, hash-verified

311 return self
312
313 def __exit__(self, *args):
314 self.close()
315
316 #
317 # User visible methods.

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected