Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ get_choco_package_info
Function
get_choco_package_info
choco/bonsai/choco_release.py:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
38
39
def
get_choco_package_info() -> str:
40
resp = request_repo_info(URL_CHOCO_PACKAGE)
41
html_txt = str(resp.read())
42
return
html_txt
43
44
45
def
get_latest_choco_blender_version() -> list:
Callers
1
get_latest_choco_blender_version
Function · 0.85
Calls
2
request_repo_info
Function · 0.85
read
Method · 0.45
Tested by
no test coverage detected