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

Class PackageInfo

tasks.py:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310
311@dataclass
312class PackageInfo:
313 name: str
314 path: Path
315 language: LanguageName
316 version: str
317
318
319def get_current_tags(context: Context) -> set[str]:

Callers 2

make_py_pkg_infoFunction · 0.85
make_js_pkg_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected