|
| def | _cache_timestamp (self, secs, timestamp, daysep, daytimesep, timesep, millissep) |
| |
| def | _cached_timestamp (self, millis, millissep) |
| |
| def | _get_epoch (self) |
| |
| def | _use_cache (self, secs, *separators) |
| |
Definition at line 425 of file robottime.py.
◆ __init__()
| def robot.utils.robottime.TimestampCache.__init__ |
( |
|
self | ) |
|
◆ _cache_timestamp()
| def robot.utils.robottime.TimestampCache._cache_timestamp |
( |
|
self, |
|
|
|
secs, |
|
|
|
timestamp, |
|
|
|
daysep, |
|
|
|
daytimesep, |
|
|
|
timesep, |
|
|
|
millissep |
|
) |
| |
|
private |
◆ _cached_timestamp()
| def robot.utils.robottime.TimestampCache._cached_timestamp |
( |
|
self, |
|
|
|
millis, |
|
|
|
millissep |
|
) |
| |
|
private |
◆ _get_epoch()
| def robot.utils.robottime.TimestampCache._get_epoch |
( |
|
self | ) |
|
|
private |
◆ _use_cache()
| def robot.utils.robottime.TimestampCache._use_cache |
( |
|
self, |
|
|
|
secs, |
|
|
* |
separators |
|
) |
| |
|
private |
◆ get_timestamp()
| def robot.utils.robottime.TimestampCache.get_timestamp |
( |
|
self, |
|
|
|
daysep = '', |
|
|
|
daytimesep = ' ', |
|
|
|
timesep = ':', |
|
|
|
millissep = '.' |
|
) |
| |
◆ _previous_secs
| robot.utils.robottime.TimestampCache._previous_secs |
|
private |
◆ _previous_separators
| robot.utils.robottime.TimestampCache._previous_separators |
|
private |
◆ _previous_timestamp
| robot.utils.robottime.TimestampCache._previous_timestamp |
|
private |
The documentation for this class was generated from the following file: