• 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_/anyio/_connect.py
1
import anyio
4✔
2
import anyio.abc
4✔
3

4

5
async def connect_tcp(
4✔
6
    host: str,
7
    port: int,
8
    local_host: str = None,
9
) -> anyio.abc.SocketStream:
10

11
    return await anyio.connect_tcp(
4✔
12
        remote_host=host,
13
        remote_port=port,
14
        local_host=local_host,
15
    )
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

© 2026 Coveralls, Inc