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

Method _save_topics

src/bcf/bcf/v3/bcfxml.py:203–205  ·  view source on GitHub ↗
(self, destination_zip: ZipFileInterface)

Source from the content-addressed store, hash-verified

201 self.documents.save(bcf_zip)
202
203 def _save_topics(self, destination_zip: ZipFileInterface) -> None:
204 for topic_handler in self.topics.values():
205 topic_handler.save(destination_zip)
206
207 def add_topic(
208 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