Home
last modified time | relevance | path

Searched refs:extra_features (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_smtplib.py347 def __init__(self, extra_features, *args, **kw): argument
349 [ "250-{0}\r\n".format(x) for x in extra_features ])
/external/python/cpython3/Lib/test/
Dtest_smtplib.py683 def __init__(self, extra_features, *args, **kw): argument
685 [ "250-{0}\r\n".format(x) for x in extra_features ])