Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __exit__
Method
__exit__
tools/python-3.11.9-amd64/Lib/dbm/dumb.py:287–288 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
285
return
self
286
287
def
__exit__(self, *args):
288
self.close()
289
290
291
def
open(file, flag=
'c'
, mode=0o666):
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected