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

Class ResultsRequirement

src/ifctester/ifctester/reporter.py:100–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100class ResultsRequirement(TypedDict):
101 facet_type: str
102 metadata: dict
103 label: str
104 value: str
105 description: str
106 status: bool
107 passed_entities: list[ResultsEntity]
108 failed_entities: list[ResultsEntity]
109 total_applicable: int
110 total_pass: int
111 total_fail: int
112 percent_pass: ResultsPercent
113
114
115# use different syntax because of the "class" key

Callers 1

report_specificationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected