(self)
| 68 | await self.check_proxy(self._phttpx) |
| 69 | |
| 70 | async def __adel__(self) -> None: |
| 71 | await self._httpx.aclose() |
| 72 | await self._phttpx.aclose() |
| 73 | |
| 74 | def split_helper(self, split_proxy: List[str]) -> None: |
| 75 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected