Home
last modified time | relevance | path

Searched refs:idstring (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/email/
Dutils.py174 def make_msgid(idstring=None, domain=None): argument
187 if idstring is None:
188 idstring = ''
190 idstring = '.' + idstring
193 msgid = '<%d.%d.%d%s@%s>' % (timeval, pid, randint, idstring, domain)
/third_party/node/deps/npm/node_modules/spdx-expression-parse/
Dscan.js58 function idstring () { function
63 var string = idstring()
86 var string = idstring()
/third_party/python/Lib/
Dpdb.py716 idstring = identifier.split("'")
717 if len(idstring) == 1:
719 id = idstring[0].strip()
720 elif len(idstring) == 3:
722 id = idstring[1].strip()
/third_party/python/Doc/library/
Demail.utils.rst30 .. function:: make_msgid(idstring=None, domain=None)
33 :mailheader:`Message-ID` header. Optional *idstring* if given, is a string
/third_party/python/Lib/test/test_email/
Dtest_email.py3398 email.utils.make_msgid(idstring='test-idstring',