This commit is contained in:
Thomas Krijnen
2025-10-26 10:17:49 +01:00
parent 6f3065f6ce
commit 459aad54aa
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ INVALID_SYNTAX = ifcopenshell_wrapper.file_open_status.INVALID_SYNTAX
try:
UNKNOWN = ifcopenshell_wrapper.file_open_status.UNKNOWN
except:
UNKNOWN = 5 # Workaround
UNKNOWN = 5 # Workaround
import struct
@@ -393,6 +393,7 @@ class RocksDBPrefixIterator:
def next(self): ...
def valid(self): ...
def value(self): ...
class RocksDbSerializer:
def finalize(self): ...
def ready(self): ...