Home
last modified time | relevance | path

Searched defs:respdata (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_smtplib.py297 respdata = '250 OK' + ('.' * smtplib._MAXLINE * 2) + '\n' variable in TooLongLineTests
/external/python/cpython3/Lib/test/
Dtest_smtplib.py630 respdata = b'250 OK' + (b'.' * smtplib._MAXLINE * 2) + b'\n' variable in TooLongLineTests