Home
last modified time | relevance | path

Searched refs:DummyDTPHandler (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_ftplib.py31 class DummyDTPHandler(asynchat.async_chat): class
57 dtp_handler = DummyDTPHandler
354 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
358 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_ftplib.py31 class DummyDTPHandler(asynchat.async_chat): class
57 dtp_handler = DummyDTPHandler
374 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
378 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py47 class DummyDTPHandler(asynchat.async_chat): class
73 super(DummyDTPHandler, self).push(what.encode('ascii'))
81 dtp_handler = DummyDTPHandler
415 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
419 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py47 class DummyDTPHandler(asynchat.async_chat): class
73 super(DummyDTPHandler, self).push(what.encode('ascii'))
81 dtp_handler = DummyDTPHandler
415 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
419 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_ftplib.py47 class DummyDTPHandler(asynchat.async_chat): class
73 super(DummyDTPHandler, self).push(what.encode('ascii'))
81 dtp_handler = DummyDTPHandler
418 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
422 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py47 class DummyDTPHandler(asynchat.async_chat): class
73 super(DummyDTPHandler, self).push(what.encode('ascii'))
81 dtp_handler = DummyDTPHandler
415 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
419 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py47 class DummyDTPHandler(asynchat.async_chat): class
73 super(DummyDTPHandler, self).push(what.encode('ascii'))
81 dtp_handler = DummyDTPHandler
415 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
419 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_ftplib.py47 class DummyDTPHandler(asynchat.async_chat): class
73 super(DummyDTPHandler, self).push(what.encode('ascii'))
81 dtp_handler = DummyDTPHandler
415 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
419 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6/
H A Dtest_ftplib.py47 class DummyDTPHandler(asynchat.async_chat): class
73 super(DummyDTPHandler, self).push(what.encode('ascii'))
81 dtp_handler = DummyDTPHandler
409 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
413 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.8/
H A Dtest_ftplib.py47 class DummyDTPHandler(asynchat.async_chat): class
73 super(DummyDTPHandler, self).push(what.encode('ascii'))
81 dtp_handler = DummyDTPHandler
415 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
419 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.7/
H A Dtest_ftplib.py47 class DummyDTPHandler(asynchat.async_chat): class
73 super(DummyDTPHandler, self).push(what.encode('ascii'))
81 dtp_handler = DummyDTPHandler
413 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
417 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_ftplib.py31 class DummyDTPHandler(asynchat.async_chat): class
57 dtp_handler = DummyDTPHandler
374 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
378 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_ftplib.py31 class DummyDTPHandler(asynchat.async_chat): class
57 dtp_handler = DummyDTPHandler
374 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
378 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_ftplib.py31 class DummyDTPHandler(asynchat.async_chat): class
57 dtp_handler = DummyDTPHandler
374 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
378 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_ftplib.py59 class DummyDTPHandler(asynchat.async_chat): class
87 super(DummyDTPHandler, self).push(what.encode(self.encoding))
95 dtp_handler = DummyDTPHandler
431 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
435 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_ftplib.py52 class DummyDTPHandler(asynchat.async_chat): class
80 super(DummyDTPHandler, self).push(what.encode(self.encoding))
88 dtp_handler = DummyDTPHandler
424 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
428 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_ftplib.py59 class DummyDTPHandler(asynchat.async_chat): class
87 super(DummyDTPHandler, self).push(what.encode(self.encoding))
95 dtp_handler = DummyDTPHandler
431 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
435 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.9/
H A Dtest_ftplib.py51 class DummyDTPHandler(asynchat.async_chat): class
79 super(DummyDTPHandler, self).push(what.encode(self.encoding))
87 dtp_handler = DummyDTPHandler
423 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
427 DummyDTPHandler.__init__(self, conn, baseclass)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.10/
H A Dtest_ftplib.py58 class DummyDTPHandler(asynchat.async_chat): class
86 super(DummyDTPHandler, self).push(what.encode(self.encoding))
94 dtp_handler = DummyDTPHandler
430 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
434 DummyDTPHandler.__init__(self, conn, baseclass)