datetime
ΒΆ
Datetime (qurry.qurrium.utils.datetime
)
- class qurry.tools.datetime.DatetimeDict[source]ΒΆ
A dictionary that records the time when a key is added.
- add_only(eventname: str) tuple[str, str] [source]ΒΆ
Adds a key with the current time no matter the key does not exist.
- add_serial(eventname: str) tuple[str, str] [source]ΒΆ
Adds a key with the current time and a serial number if the key exists.