MCPcopy 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
69def update_thrust_shell():
70 update = os.path.join(SOURCE_ROOT, 'scripts', 'update.py')
71 execute([sys.executable, update])
72
73
74if __name__ == '__main__':

Callers 1

mainFunction · 0.85

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected