MCPcopy Index your code
hub / github.com/RustPython/RustPython / __enter__

Method __enter__

Lib/tarfile.py:2998–3000  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2996 print(msg, file=sys.stderr)
2997
2998 def __enter__(self):
2999 self._check()
3000 return self
3001
3002 def __exit__(self, type, value, traceback):
3003 if type is None:

Callers

nothing calls this directly

Calls 1

_checkMethod · 0.95

Tested by

no test coverage detected