mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Add string decode/encode api
This commit is contained in:
@@ -1649,6 +1649,8 @@ def construct_iterator_with_include_exclude_id(
|
||||
geometry_library, settings, file, elems, include, num_threads, logger=None
|
||||
): ...
|
||||
def convert_loop_to_function_item(loop): ...
|
||||
def decode_spf_string(value: str) -> str: ...
|
||||
def encode_spf_string(value: str) -> str: ...
|
||||
|
||||
class attribute_value_derived: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user