Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Python3WebSpider/ProxyPool
/ PoolEmptyException
Class
PoolEmptyException
proxypool/exceptions/empty.py:1–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
PoolEmptyException(Exception):
2
def
__str__(self):
3
""
"
4
proxypool is used out
5
:
return
:
6
""
"
7
return
repr(
'no proxy in proxypool'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected