MCPcopy Index your code
hub / github.com/reactive-python/reactpy / env

Function env

tasks.py:71–74  ·  view source on GitHub ↗

Install development environment

(context: Context)

Source from the content-addressed store, hash-verified

69
70@task
71def env(context: Context):
72 """Install development environment"""
73 env_py(context)
74 env_js(context)
75
76
77@task

Callers

nothing calls this directly

Calls 2

env_pyFunction · 0.85
env_jsFunction · 0.85

Tested by

no test coverage detected