(self)
| 40 | self._download_locks: Dict[str, asyncio.Lock] = {} |
| 41 | |
| 42 | def _is_cleanup_disabled(self) -> bool: |
| 43 | return self.default_timeout <= 0 |
| 44 | |
| 45 | def _get_request_fingerprint(self) -> Optional[Dict[str, Any]]: |
| 46 | """读取当前请求链路里绑定的浏览器指纹。""" |
no outgoing calls
no test coverage detected