Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
def
datetime2ifc(dt: None, ifc_type: Any) -> None: ...
116
@overload
117
def
datetime2ifc(
118
dt: Union[datetime.date, str, None],
Callers
nothing calls this directly
Calls
1
timestamp
Method · 0.80
Tested by
no test coverage detected