From 3c381b0d00fee8516778778cb767ea869e34d984 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 24 Jul 2026 18:40:51 +0500 Subject: [PATCH] stub: add updated `get_info_cpp` --- src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi index a2471aaed3..3b62676650 100644 --- a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi +++ b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi @@ -1635,7 +1635,7 @@ def create_shape(*args): ... def flatten(deep): ... def get_feature(x): ... def get_plugin_search_paths() -> tuple[str, ...]: ... -def get_info_cpp(v, include_identifier=True): ... +def get_info_cpp(v: entity_instance, recursive: bool, include_identifier: bool) -> dict[str, Any]: ... def get_log(): ... def helmert_curve_point(A0, A1, A2, s): ... def kind_to_string(k): ...