Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ get_internal_data_dir
Method
get_internal_data_dir
src/bonsai/bonsai/tool/blender.py:1773–1774 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
1771
1772
@classmethod
1773
def
get_internal_data_dir(cls) -> Path:
1774
return
Path(__file__).parent.parent /
"bim"
/
"data"
1775
1776
@classmethod
1777
def
get_user_data_dir(cls) -> Path:
Callers
2
get_data_dir_path
Method · 0.80
get_data_dir_paths
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected