• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

romis2012 / python-socks / 88

pending completion
88

push

travis-ci-com

romis2012
Read socks5 server bound address

26 of 26 new or added lines in 3 files covered. (100.0%)

1588 of 1596 relevant lines covered (99.5%)

3.65 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/python_socks/async_/asyncio/__init__.py
1
from ..._types import ProxyType
4✔
2
from ..._proxy_factory import ProxyFactory
4✔
3
from ._proxy import (
4✔
4
    AsyncioProxy,
5
    Socks5Proxy,
6
    Socks4Proxy,
7
    HttpProxy
8
)
9

10

11
class Proxy(ProxyFactory[AsyncioProxy]):
4✔
12
    types = {
4✔
13
        ProxyType.SOCKS4: Socks4Proxy,
14
        ProxyType.SOCKS5: Socks5Proxy,
15
        ProxyType.HTTP: HttpProxy,
16
    }
17

18

19
__all__ = ('Proxy',)
4✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc