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

Method header

src/bcf/bcf/v2/topic.py:63–65  ·  view source on GitHub ↗

Return the header of the topic.

(self)

Source from the content-addressed store, hash-verified

61
62 @property
63 def header(self) -> Optional[mdl.Header]:
64 """Return the header of the topic."""
65 return self.markup.header if self.markup else None
66
67 @header.setter
68 def header(self, header: mdl.Header) -> None:

Callers 13

finalizeFunction · 0.45
finalizeFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
create_testcase_forFunction · 0.45
setup_projectFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected