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

Method execute

src/bonsai/bonsai/__init__.py:426–431  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

424 bl_description = "Copies debugging information to your clipboard for use in bugreports"
425
426 def execute(self, context):
427 info = get_debug_info(bonsai_failed_to_load=True)
428 info.update(get_binary_info())
429 info = format_debug_info(info)
430 context.window_manager.clipboard = info
431 return {"FINISHED"}
432
433 class HiddenPanel:
434 @classmethod

Callers

nothing calls this directly

Calls 4

get_debug_infoFunction · 0.85
get_binary_infoFunction · 0.85
format_debug_infoFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected