mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
instance_streamer: migrate to snake case
This commit is contained in:
@@ -1306,7 +1306,7 @@ from .entity_instance import entity_instance_mixin as _entity_instance_mixin_bas
|
||||
%}
|
||||
|
||||
%extend ifcopenshell::instance_streamer<ifcopenshell::file_reader<ifcopenshell::full_buffer_impl>> {
|
||||
PyObject* readInstancePy(bool type_as_declaration_instance=false) {
|
||||
PyObject* read_instance_py(bool type_as_declaration_instance=false) {
|
||||
auto simply_type_to_dictionary = [&](const express::Base& t) -> PyObject* {
|
||||
const auto& nm = t.declaration().name();
|
||||
auto ifc_val = t.get_attribute_value(0);
|
||||
|
||||
Reference in New Issue
Block a user