Searched defs:gives (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_nntplib.py1253 def gives(a, b): function in function:MiscTests.test_decode_header
1255 gives("" , "")
1256 gives("a plain header", "a plain header")
1257 gives(" with extra spaces ", " with extra spaces ")
1258 gives("=?ISO-8859-15?Q?D=E9buter_en_Python?=", "Débuter en Python")
1259 gives("=?utf-8?q?Re=3A_=5Bsqlite=5D_probl=C3=A8me_avec_ORDER_BY_sur_des_cha?="
1262 gives("Re: =?UTF-8?B?cHJvYmzDqG1lIGRlIG1hdHJpY2U=?=",
1265 gives("Re: Message d'erreur incompréhensible (par moi)",
1355 def gives(a, b, *c): function in function:MiscTests.test_parse_datetime
1359 gives("1999062313562
1368 def gives(y, M, d, h, m, s, date_str, time_str): function in function:MiscTests.test_unparse_datetime
1378 def gives(y, M, d, date_str, time_str): function in function:MiscTests.test_unparse_datetime
1391 def gives(y, M, d, h, m, s, date_str, time_str): function in function:MiscTests.test_unparse_datetime_legacy
1399 def gives(y, M, d, date_str, time_str): function in function:MiscTests.test_unparse_datetime_legacy
[all...]

Completed in 585 milliseconds