MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / write

Method write

src/ifc5d/ifc5d/ifc5Dspreadsheet.py:399–401  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

397 return "{}{}".format(self.column_indexes[attribute], self.row_count)
398
399 def write(self) -> None:
400 self.cost_schedules = IfcDataGetter.get_schedules(self.file, self.cost_schedule)
401 self.parse()
402
403
404class Ifc5DCsvWriter(Ifc5Dwriter):

Callers 6

writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
write_tableMethod · 0.45
writeMethod · 0.45

Calls 2

parseMethod · 0.95
get_schedulesMethod · 0.80

Tested by

no test coverage detected