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

Method guid

src/bcf/bcf/v2/topic.py:56–60  ·  view source on GitHub ↗

Return the GUID of the topic.

(self)

Source from the content-addressed store, hash-verified

54
55 @property
56 def guid(self) -> str:
57 """Return the GUID of the topic."""
58 if self._markup:
59 return self.topic.guid
60 return self._topic_dir.name if self._topic_dir else ""
61
62 @property
63 def header(self) -> Optional[mdl.Header]:

Callers 4

writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
nameElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected