mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
instance_streamer: migrate to snake case
This commit is contained in:
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user