instance_streamer: migrate to snake case

This commit is contained in:
Andrej730
2026-07-22 16:49:01 +05:00
parent e98a3a5c2c
commit 298e4cfd8d
4 changed files with 22 additions and 19 deletions
@@ -298,18 +298,21 @@ class IfcLateBoundEntity(IfcBaseEntity):
def __init__(self, decl, data): ...
def declaration(self): ...
class InstanceStreamer:
class instance_streamer:
def __init__(self, *args): ...
def bypassTypes(self, type_names): ...
def bypass_types(self, type_names): ...
def bypassed_instances(self): ...
coerce_attribute_count: bool
def hasSemicolon(self): ...
def has_semicolon(self): ...
def header(self): ...
def inverses(self, *args): ...
def pushPage(self, page): ...
def readInstancePy(self, type_as_declaration_instance=False): ...
def push_page(self, page_data): ...
def read_instance_py(self, type_as_declaration_instance=False): ...
def references(self, *args): ...
def semicolonCount(self): ...
def schema(self): ...
def semicolon_count(self): ...
def status(self): ...
def yield_header_instances(self, enabled): ...
class Iterator:
def __init__(self, *args): ...