Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dizzy-K/AutoPT
/ __enter__
Method
__enter__
tools/terminal.py:471–472 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
469
self.session = None
470
471
def
__enter__(self) ->
"InteractiveShell"
:
472
return
self
473
474
def
__exit__(self, exc_type, exc_val, exc_tb) -> None:
475
self.close()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected