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

Class Calendar

src/ifc4d/ifc4d/common.py:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class Calendar(TypedDict):
28 Name: str
29 Type: str
30 HoursPerDay: int
31 StandardWorkWeek: list[WorkSlot]
32 HolidayOrExceptions: NotRequired[ExceptionsDict]
33 ifc: NotRequired[ifcopenshell.entity_instance]
34
35
36class Activity(TypedDict):

Callers 1

parse_calendar_ppMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected