Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __exit__
Method
__exit__
Lib/wave.py:476–477 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
474
return
self
475
476
def
__exit__(self, *args):
477
self.close()
478
479
#
480
# User visible methods.
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected