Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Coooolfan/onlyboxes
/ next
Method
next
scripts/install.py:137–139 ·
view source on GitHub ↗
(self, title: str)
Source
from the content-addressed store, hash-verified
135
self._n = 0
136
137
def
next(self, title: str) -> None:
138
self._n += 1
139
step(self._n, title)
140
141
142
# ---------------------------------------------------------------------------
Callers
6
main
Function · 0.95
collect_stdout
Function · 0.80
collect_stderr
Function · 0.80
busy_session_returns_session_busy
Function · 0.80
test_python_exec_hello_world
Function · 0.80
test_terminal_session_create_and_reuse
Function · 0.80
Calls
1
step
Function · 0.85
Tested by
2
test_python_exec_hello_world
Function · 0.64
test_terminal_session_create_and_reuse
Function · 0.64