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): ...