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

Class ResultsSpecification

src/ifctester/ifctester/reporter.py:79–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79class ResultsSpecification(TypedDict):
80 name: str
81 description: str
82 instructions: str
83 status: bool
84 is_skipped: bool
85 is_ifc_version: bool
86 total_applicable: int
87 total_applicable_pass: int
88 total_applicable_fail: int
89 applicable_entities: list[ResultsEntity]
90 percent_applicable_pass: ResultsPercent
91 total_checks: int
92 total_checks_pass: int
93 total_checks_fail: int
94 percent_checks_pass: ResultsPercent
95 cardinality: str
96 applicability: list[str]
97 requirements: list[ResultsRequirement]
98
99
100class ResultsRequirement(TypedDict):

Callers 1

report_specificationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected