Atlas
Imaging
Other
Utility
API Reference
Roadmap
Bases: object
object
annotated a time field which use current time as its default.
>>> class Example: ... a: Annotated[datetime.time, CURRENT_TIME]
Methods
__init__()
__init__