Searched defs:respdata (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_smtplib.py | 297 respdata = '250 OK' + ('.' * smtplib._MAXLINE * 2) + '\n' variable in TooLongLineTests |
/external/python/cpython3/Lib/test/ | ||
D | test_smtplib.py | 630 respdata = b'250 OK' + (b'.' * smtplib._MAXLINE * 2) + b'\n' variable in TooLongLineTests |