mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
stub: add updated get_info_cpp
This commit is contained in:
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user