mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 19:52:36 +00:00
Revert "Sync ifcopenshell_wrapper.pyi with sync_stub.py"
This reverts commitb61f809731. This commit was probably using not updated build, currently latest build ise333c1cand can confirm that it has `logger_or_root` added and `delete_same_facet_edge_pairs` removed.
This commit is contained in:
@@ -811,7 +811,6 @@ class context:
|
|||||||
def __init__(self, *args): ...
|
def __init__(self, *args): ...
|
||||||
def add(self, segments): ...
|
def add(self, segments): ...
|
||||||
def build(self): ...
|
def build(self): ...
|
||||||
def delete_same_facet_edge_pairs(self): ...
|
|
||||||
def get_face_pairs(self): ...
|
def get_face_pairs(self): ...
|
||||||
def merge(self, edge_indices): ...
|
def merge(self, edge_indices): ...
|
||||||
def num_edges(self): ...
|
def num_edges(self): ...
|
||||||
@@ -1806,6 +1805,7 @@ def kind_to_string(k): ...
|
|||||||
def less(arg1, arg2): ...
|
def less(arg1, arg2): ...
|
||||||
def line_segments_to_polygons(s, eps, segments): ...
|
def line_segments_to_polygons(s, eps, segments): ...
|
||||||
def map_shape(settings, instance): ...
|
def map_shape(settings, instance): ...
|
||||||
|
def logger_or_root(logger) -> logger: ...
|
||||||
def nary_union(sequence): ...
|
def nary_union(sequence): ...
|
||||||
def new_IfcBaseClass(schema_identifier: str, name: str) -> entity_instance: ...
|
def new_IfcBaseClass(schema_identifier: str, name: str) -> entity_instance: ...
|
||||||
def open(fn: str, readonly: bool = False, logger=None) -> file: ...
|
def open(fn: str, readonly: bool = False, logger=None) -> file: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user