Home
last modified time | relevance | path

Searched refs:_last_timestamp (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Duuid.py672 _last_timestamp = None variable
690 global _last_timestamp
696 if _last_timestamp is not None and timestamp <= _last_timestamp:
697 timestamp = _last_timestamp + 1
698 _last_timestamp = timestamp

Completed in 2 milliseconds