Searched refs:_last_timestamp (Results 1 – 2 of 2) sorted by relevance
559 _last_timestamp = None variable574 global _last_timestamp580 if _last_timestamp is not None and timestamp <= _last_timestamp:581 timestamp = _last_timestamp + 1582 _last_timestamp = timestamp
710 _last_timestamp = None variable729 global _last_timestamp735 if _last_timestamp is not None and timestamp <= _last_timestamp:736 timestamp = _last_timestamp + 1737 _last_timestamp = timestamp