stub: add updated get_info_cpp

This commit is contained in:
Andrej730
2026-07-24 18:40:51 +05:00
parent 4dd39ee918
commit 3c381b0d00
@@ -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): ...