Searched defs:local_hostname (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | smtplib.py | 239 def __init__(self, host='', port=0, local_hostname=None, argument 797 def __init__(self, host='', port=0, local_hostname=None, argument 835 def __init__(self, host='', port=LMTP_PORT, local_hostname=None): argument
|
/external/python/cpython3/Lib/ |
D | smtplib.py | 228 def __init__(self, host='', port=0, local_hostname=None, argument 1014 def __init__(self, host='', port=0, local_hostname=None, argument 1069 def __init__(self, host='', port=LMTP_PORT, local_hostname=None, argument
|