mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
downstream: stub: add logger_or_root arg type
This commit is contained in:
@@ -1650,6 +1650,7 @@ def kind_to_string(k): ...
|
||||
def less(arg1, arg2): ...
|
||||
def line_segments_to_polygons(s, eps, segments): ...
|
||||
def map_shape(settings, instance): ...
|
||||
def logger_or_root(logger: logger | None) -> logger: ...
|
||||
def nary_union(sequence): ...
|
||||
def new_IfcBaseClass(file: file, name: str) -> entity_instance: ...
|
||||
def open(fn: str, readonly: bool = False, logger=None) -> file: ...
|
||||
|
||||
Reference in New Issue
Block a user