Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breach/thrust
/ update_thrust_shell
Function
update_thrust_shell
scripts/bootstrap.py:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
f.write(content)
68
69
def
update_thrust_shell():
70
update = os.path.join(SOURCE_ROOT,
'scripts'
,
'update.py'
)
71
execute([sys.executable, update])
72
73
74
if
__name__ ==
'__main__'
:
Callers
1
main
Function · 0.85
Calls
1
execute
Function · 0.70
Tested by
no test coverage detected