Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for update_request_info (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. scripts/people.py

            self.last_request_start_time = datetime.now(tz=timezone.utc)
            return self
    
        def __exit__(self, exc_type, exc_val, exc_tb) -> None:
            pass
    
        def update_request_info(self, cost: int, remaining: int, reset_at: str) -> None:
            self.last_query_cost = cost
            self.remaining_points = remaining
            self.reset_at = datetime.fromisoformat(reset_at.replace("Z", "+00:00"))
    
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:51:24 GMT 2026
    - 15K bytes
    - Click Count (0)
Back to Top