Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ get_latest_choco_blender_version
Function
get_latest_choco_blender_version
choco/bonsai/choco_release.py:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
45
def
get_latest_choco_blender_version() -> list:
46
html_txt = get_choco_package_info()
47
return
re.findall(RE_BLENDER_VERSION_MIN_MAJ_PAT, html_txt)
48
49
50
def
get_file_sha256_hash(file_path: str) -> str:
Callers
1
choco_release.py
File · 0.85
Calls
1
get_choco_package_info
Function · 0.85
Tested by
no test coverage detected