Lines Matching refs:py
10 aiohttp/client.py | 4 +--
11 aiohttp/client_ws.py | 6 ++--
12 aiohttp/connector.py | 15 ++++++---
13 aiohttp/helpers.py | 25 ++++++---------
14 aiohttp/web_protocol.py | 6 ++--
15 aiohttp/web_ws.py | 6 ++--
16 setup.py | 2 +-
17 tests/test_client_ws_functional.py | 2 +-
18 tests/test_helpers.py | 49 +++++++-----------------------
21 diff --git a/aiohttp/client.py b/aiohttp/client.py
23 --- a/aiohttp/client.py
24 +++ b/aiohttp/client.py
44 diff --git a/aiohttp/client_ws.py b/aiohttp/client_ws.py
46 --- a/aiohttp/client_ws.py
47 +++ b/aiohttp/client_ws.py
68 diff --git a/aiohttp/connector.py b/aiohttp/connector.py
70 --- a/aiohttp/connector.py
71 +++ b/aiohttp/connector.py
115 diff --git a/aiohttp/helpers.py b/aiohttp/helpers.py
117 --- a/aiohttp/helpers.py
118 +++ b/aiohttp/helpers.py
151 diff --git a/aiohttp/web_protocol.py b/aiohttp/web_protocol.py
153 --- a/aiohttp/web_protocol.py
154 +++ b/aiohttp/web_protocol.py
182 diff --git a/aiohttp/web_ws.py b/aiohttp/web_ws.py
184 --- a/aiohttp/web_ws.py
185 +++ b/aiohttp/web_ws.py
206 diff --git a/setup.py b/setup.py
208 --- a/setup.py
209 +++ b/setup.py
219 diff --git a/tests/test_client_ws_functional.py b/tests/test_client_ws_functional.py
221 --- a/tests/test_client_ws_functional.py
222 +++ b/tests/test_client_ws_functional.py
232 diff --git a/tests/test_helpers.py b/tests/test_helpers.py
234 --- a/tests/test_helpers.py
235 +++ b/tests/test_helpers.py