Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Duuid.py559 _last_timestamp = None variable
574 global _last_timestamp
580 if _last_timestamp is not None and timestamp <= _last_timestamp:
581 timestamp = _last_timestamp + 1
582 _last_timestamp = timestamp
/external/python/cpython3/Lib/
Duuid.py710 _last_timestamp = None variable
729 global _last_timestamp
735 if _last_timestamp is not None and timestamp <= _last_timestamp:
736 timestamp = _last_timestamp + 1
737 _last_timestamp = timestamp