Home
last modified time | relevance | path

Searched refs:_create_connection (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__backdoor.py68 def _create_connection(self, server): member in Test
99 with self._create_connection(server) as conn:
115 with self._create_connection(server) as conn:
120 with self._create_connection(server) as conn:
126 with self._create_connection(server) as conn:
135 with self._create_connection(server) as conn:
159 with self._create_connection(server) as conn:
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/
H A DClient.pm207 my $remote = $self->_create_connection();
294 my $remote = $self->_create_connection();
355 my $remote = $self->_create_connection();
417 my $remote = $self->_create_connection();
451 sub _create_connection { subroutine
546 my $remote = $self->_create_connection();
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/
H A DClient.pm207 my $remote = $self->_create_connection();
294 my $remote = $self->_create_connection();
355 my $remote = $self->_create_connection();
417 my $remote = $self->_create_connection();
451 sub _create_connection { subroutine
546 my $remote = $self->_create_connection();
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_connector.py1013 conn._create_connection = mock.Mock()
1018 assert not conn._create_connection.called
1045 conn._create_connection = mock.Mock()
1068 conn._create_connection = mock.Mock()
1366 conn._create_connection = mock.Mock()
1422 conn._create_connection = mock.Mock()
1483 conn._create_connection = mock.Mock()
1517 conn._create_connection = mock.Mock()
1549 conn._create_connection = mock.Mock()
1583 conn._create_connection = mock.Mock()
[all …]
H A Dtest_proxy.py232 connector._create_connection(req, None, aiohttp.ClientTimeout())
308 connector._create_connection(req, None, aiohttp.ClientTimeout())
374 connector._create_connection(req, None, aiohttp.ClientTimeout())
429 connector._create_connection(req, None, aiohttp.ClientTimeout())
488 connector._create_connection(req, None, aiohttp.ClientTimeout())
545 connector._create_connection(req, None, aiohttp.ClientTimeout())
583 connector._create_connection(req, None, aiohttp.ClientTimeout())
654 connector._create_connection(req, None, aiohttp.ClientTimeout())
730 connector._create_connection(req, None, aiohttp.ClientTimeout())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
H A Dwebsocket.py9 from websocket import create_connection as _create_connection unknown
25 return _create_connection(*args, **kwargs)
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_smtp_connection.py182 conn._create_connection()
191 conn._create_connection()
201 self.assertRaises(smtp_connection.SMTPError, conn._create_connection)
211 conn._create_connection()
224 self.assertRaises(smtp_connection.SMTPError, conn._create_connection)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/websockets/src/websockets/
H A Dclient.py477 self._create_connection = create_connection
498 factory = self._create_connection.args[0]
505 self._create_connection = functools.partial(
506 self._create_connection.func,
508 **self._create_connection.keywords,
535 transport, protocol = await self._create_connection()
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/websockets/src/websockets/
H A Dclient.py477 self._create_connection = create_connection
498 factory = self._create_connection.args[0]
505 self._create_connection = functools.partial(
506 self._create_connection.func,
508 **self._create_connection.keywords,
535 transport, protocol = await self._create_connection()
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/websockets/src/websockets/
H A Dclient.py477 self._create_connection = create_connection
498 factory = self._create_connection.args[0]
505 self._create_connection = functools.partial(
506 self._create_connection.func,
508 **self._create_connection.keywords,
535 transport, protocol = await self._create_connection()
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/http/
H A D__init__.py51 self._create_connection = socket.create_connection
62 self._create_connection = socket.create_connection
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/pool/
H A Dimpl.py143 return self._create_connection()
256 return self._create_connection()
364 c = self._create_connection()
438 def _create_connection(self): member in StaticPool
509 self._conn = self._create_connection()
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/pool/
H A Dimpl.py137 return self._create_connection()
241 return self._create_connection()
349 c = self._create_connection()
417 def _create_connection(self): member in StaticPool
483 self._conn = self._create_connection()
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/micropython/
H A Dos_mp_backend.py62 self._connection = self._create_connection()
88 def _create_connection(self, run_args=[]): member in UnixMicroPythonBackend
245 self._connection = self._create_connection(args)
313 def _create_connection(self, run_args=[]): member in LocalUnixMicroPythonBackend
347 def _create_connection(self, run_args=[]): member in SshUnixMicroPythonBackend
/dports/devel/py-websockets/websockets-10.1/src/websockets/legacy/
H A Dclient.py546 self._create_connection = create_connection
570 factory = self._create_connection.args[0]
577 self._create_connection = functools.partial(
578 self._create_connection.func,
580 **self._create_connection.keywords,
654 transport, protocol = await self._create_connection()
/dports/devel/py-oslo.cache/oslo.cache-2.5.0/oslo_cache/
H A D_memcache_pool.py96 def _create_connection(self): member in ConnectionPool
173 conn = self._create_connection()
213 def _create_connection(self): member in MemcacheClientPool
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/worker/protocols/
H A Dbase.py53 self._create_connection)
59 def _create_connection(self, mind, workerName): member in UpdateRegistrationListener
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dsmtp_connection.py106 self._create_connection()
112 def _create_connection(self): member in SMTPConnection
/dports/devel/py-pika/pika-1.1.0/tests/unit/
H A Dblocking_channel_tests.py24 def _create_connection(self, connection=None): member in BlockingChannelTests
28 self.connection = self._create_connection()
/dports/databases/py-python-swiftclient/python-swiftclient-3.12.0/swiftclient/
H A Dmultithreading.py178 self._create_connection = create_connection
199 conn = self._create_connection()
/dports/devel/py-oslo.vmware/oslo.vmware-3.10.0/oslo_vmware/tests/
H A Dtest_rw_handles.py44 ret = handle._create_connection('http://localhost/foo?q=bar', 'GET')
55 ret = handle._create_connection('https://localhost/foo?q=bar', 'GET')
70 ret = handle._create_connection('https://localhost/foo?q=bar', 'GET',
87 ret = handle._create_connection('https://localhost/foo?q=bar', 'GET',
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/
H A Dpool.py330 def _create_connection(self): member in Pool
1047 c = self._create_connection()
1137 return self._create_connection()
1231 return self._create_connection()
1287 def _create_connection(self): member in StaticPool
1351 self._conn = self._create_connection()
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/
H A Dpool.py320 def _create_connection(self): member in Pool
967 c = self._create_connection()
1057 return self._create_connection()
1151 return self._create_connection()
1207 def _create_connection(self): member in StaticPool
1271 self._conn = self._create_connection()
/dports/mail/py-python-slimta/python-slimta-4.2.1/test/
H A Dtest_slimta_http.py12 self.assertEqual(conn._create_connection, socket.create_connection)
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/
H A Dpool.py376 def _create_connection(self): member in Pool
1159 c = self._create_connection()
1256 return self._create_connection()
1355 return self._create_connection()
1415 def _create_connection(self): member in StaticPool
1478 self._conn = self._create_connection()

12345