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

Function in_js

tasks.py:252–255  ·  view source on GitHub ↗
(context: Context, *commands: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

250
251
252def in_js(context: Context, *commands: str, **kwargs: Any) -> None:
253 with context.cd(JS_DIR):
254 for c in commands:
255 context.run(c, **kwargs)
256
257
258def get_packages(context: Context) -> dict[str, PackageInfo]:

Callers 3

env_jsFunction · 0.85
lint_jsFunction · 0.85
test_jsFunction · 0.85

Calls 1

runMethod · 0.45

Tested by 1

test_jsFunction · 0.68