Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ estimate
Method
estimate
bpython/repl.py:99–100 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
97
self.last_command = 0.0
98
99
def
estimate(self) -> float:
100
return
self.running_time - self.last_command
101
102
103
class
Interpreter(code.InteractiveInterpreter):
Callers
1
prompt_undo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected