mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
downstream: ifcwrap: hide guess_file_type from Python as unused
This commit is contained in:
@@ -75,13 +75,6 @@ FILTERED_CARTESIAN_QUOTIENT: Any
|
||||
EXACT_PREDICATES: Any
|
||||
EXACT_CONSTRUCTIONS: Any
|
||||
|
||||
FT_AUTODETECT: Any
|
||||
FT_IFCSPF: Any
|
||||
FT_IFCXML: Any
|
||||
FT_IFCZIP: Any
|
||||
FT_ROCKSDB: Any
|
||||
FT_UNKNOWN: Any
|
||||
|
||||
CURVES: Any
|
||||
SURFACES_AND_SOLIDS: Any
|
||||
CURVES_SURFACES_AND_SOLIDS: Any
|
||||
@@ -1643,7 +1636,6 @@ def get_feature(x): ...
|
||||
def get_plugin_search_paths() -> tuple[str, ...]: ...
|
||||
def get_info_cpp(v, include_identifier=True): ...
|
||||
def get_log(): ...
|
||||
def guess_file_type(fn): ...
|
||||
def helmert_curve_point(A0, A1, A2, s): ...
|
||||
def kind_to_string(k): ...
|
||||
def less(arg1, arg2): ...
|
||||
|
||||
Reference in New Issue
Block a user