Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __enter__
Method
__enter__
tools/python-3.11.9-amd64/Lib/tarfile.py:2763–2765 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2761
print(msg, file=sys.stderr)
2762
2763
def
__enter__(self):
2764
self._check()
2765
return
self
2766
2767
def
__exit__(self, type, value, traceback):
2768
if
type is None:
Callers
nothing calls this directly
Calls
1
_check
Method · 0.95
Tested by
no test coverage detected