Add string decode/encode api

This commit is contained in:
Thomas Krijnen
2026-08-22 13:12:36 +02:00
parent a5e94cf0d8
commit 87bc6bfbab
8 changed files with 55 additions and 5 deletions
@@ -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: ...