Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ run
Function
run
win/build-all-win.py:39–41 ·
view source on GitHub ↗
(command: list[str])
Source
from the content-addressed store, hash-verified
37
38
39
def
run(command: list[str]) -> None:
40
print(
"Running:"
, command)
41
subprocess.check_call(command)
42
43
44
def
set_env(var_name: str, value: str) -> tuple[str, str | None]:
Callers
1
build
Function · 0.70
Calls
1
print
Function · 0.85
Tested by
no test coverage detected