Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __del__
Method
__del__
tools/python-3.11.9-amd64/Lib/sunau.py:323–326 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
321
self.initfp(f)
322
323
def
__del__(self):
324
if
self._file:
325
self.close()
326
self._file = None
327
328
def
__enter__(self):
329
return
self
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected