/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
H A D | test_ftplib.py | 31 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 D | test_ftplib.py | 31 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 D | test_ftplib.py | 47 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 D | test_ftplib.py | 47 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 D | test_ftplib.py | 47 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 D | test_ftplib.py | 47 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 D | test_ftplib.py | 47 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 D | test_ftplib.py | 47 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 D | test_ftplib.py | 47 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 D | test_ftplib.py | 47 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 D | test_ftplib.py | 47 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 D | test_ftplib.py | 31 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 D | test_ftplib.py | 31 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 D | test_ftplib.py | 31 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 D | test_ftplib.py | 59 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 D | test_ftplib.py | 52 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 D | test_ftplib.py | 59 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 D | test_ftplib.py | 51 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 D | test_ftplib.py | 58 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)
|