(self)
| 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 | |
| 404 | class Ifc5DCsvWriter(Ifc5Dwriter): |
no test coverage detected