new_IfcBaseClass: use ref for safety

This commit is contained in:
Andrej730
2026-07-24 16:56:49 +05:00
parent 189eeae719
commit c91d6d54bc
2 changed files with 3 additions and 3 deletions
@@ -1640,7 +1640,7 @@ def less(arg1, arg2): ...
def line_segments_to_polygons(s, eps, segments): ...
def map_shape(settings, instance): ...
def nary_union(sequence): ...
def new_IfcBaseClass(schema_identifier: str, name: str) -> entity_instance: ...
def new_IfcBaseClass(file: file, name: str) -> entity_instance: ...
def open(fn: str, readonly: bool = False, logger=None) -> file: ...
def polygons_to_svg(*args): ...
def read(data): ...