Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ __enter__
Method
__enter__
bpython/repl.py:82–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
self.reset_timer()
81
82
def
__enter__(self) -> None:
83
self.start = time.monotonic()
84
85
def
__exit__(
86
self,
Callers
1
after_suspend
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected