mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
ifcwrap: hide guess_file_type from Python as unused
This commit is contained in:
@@ -73,13 +73,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
|
||||
@@ -1799,7 +1792,6 @@ def flatten(deep): ...
|
||||
def get_feature(x): ...
|
||||
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): ...
|
||||
|
||||
@@ -173,6 +173,9 @@
|
||||
%ignore XmlSerializerFactory;
|
||||
%ignore JsonSerializerFactory;
|
||||
|
||||
%ignore filetype;
|
||||
%ignore guess_file_type;
|
||||
|
||||
// Triangulated representation helper struct
|
||||
%ignore EdgeKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user