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

Method _save_topics

src/bcf/bcf/v2/bcfxml.py:227–229  ·  view source on GitHub ↗
(self, destination_zip: ZipFileInterface)

Source from the content-addressed store, hash-verified

225 destination_zip.writestr(inner_file, self._xml_handler.serialize(xml_obj))
226
227 def _save_topics(self, destination_zip: ZipFileInterface) -> None:
228 for topic_handler in self.topics.values():
229 topic_handler.save(destination_zip)
230
231 def add_topic(
232 self, title: str, description: str, author: str, topic_type: str = "", topic_status: str = ""

Callers 1

saveMethod · 0.95

Calls 2

valuesMethod · 0.80
saveMethod · 0.45

Tested by

no test coverage detected