MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / load

Method load

src/bonsai/bonsai/bim/ui.py:1851–1857  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

1849
1850 @classmethod
1851 def load(cls):
1852 cls.data = {
1853 "version": cls.version(),
1854 "menu_icon_color_mode": cls.icon_color_mode("user_interface.wcol_menu.text"),
1855 "tabs": cls.tabs(),
1856 }
1857 cls.is_loaded = True
1858
1859 @classmethod
1860 def version(cls):

Callers 15

initialize_bbim_semverFunction · 0.45
get_tabFunction · 0.45
get_profilesFunction · 0.45
update_bim_tool_propsFunction · 0.45
registerFunction · 0.45
drawMethod · 0.45
draw_statusbarFunction · 0.45
draw_filterFunction · 0.45
get_imageMethod · 0.45
calculate_link_matrixMethod · 0.45
append_data_blockMethod · 0.45

Calls 3

tabsMethod · 0.80
versionMethod · 0.45
icon_color_modeMethod · 0.45

Tested by

no test coverage detected