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 796 def __init__(self, host='', port=0, local_hostname=None, argument 834 def __init__(self, host='', port=LMTP_PORT, local_hostname=None): argument
|
/external/python/cpython3/Lib/ |
D | smtplib.py | 226 def __init__(self, host='', port=0, local_hostname=None, argument 1008 def __init__(self, host='', port=0, local_hostname=None, argument 1063 def __init__(self, host='', port=LMTP_PORT, local_hostname=None, argument
|