Searched refs:_ssl_closing (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_ftplib.py272 _ssl_closing = False variable in class:.SSLConnection
300 self._ssl_closing = True
313 self._ssl_closing = False
322 elif self._ssl_closing:
330 elif self._ssl_closing:
/external/python/cpython3/Lib/test/
H A Dtest_ftplib.py311 _ssl_closing = False variable in class:.SSLConnection
341 self._ssl_closing = True
354 self._ssl_closing = False
363 elif self._ssl_closing:
371 elif self._ssl_closing:

Completed in 153 milliseconds