MCPcopy Create free account
hub / github.com/Louisym/MiniCC / build_workspace_setup

Function build_workspace_setup

src/setup.py:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55
56def build_workspace_setup() -> WorkspaceSetup:
57 return WorkspaceSetup(
58 python_version='.'.join(str(part) for part in sys.version_info[:3]),
59 implementation=platform.python_implementation(),
60 platform_name=platform.platform(),
61 )
62
63
64def run_setup(cwd: Path | None = None, trusted: bool = True) -> SetupReport:

Callers 1

run_setupFunction · 0.85

Calls 1

WorkspaceSetupClass · 0.85

Tested by

no test coverage detected