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

Function datetime2ifc

src/ifcopenshell-python/ifcopenshell/util/date.py:115–115  ·  view source on GitHub ↗
(dt: None, ifc_type: Any)

Source from the content-addressed store, hash-verified

113
114@overload
115def datetime2ifc(dt: None, ifc_type: Any) -> None: ...
116@overload
117def datetime2ifc(
118 dt: Union[datetime.date, str, None],

Callers

nothing calls this directly

Calls 1

timestampMethod · 0.80

Tested by

no test coverage detected