Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dutils.py177 def make_msgid(idstring=None): argument
189 if idstring is None:
190 idstring = ''
192 idstring = '.' + idstring
194 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.py442 idstring = identifier.split("'")
443 if len(idstring) == 1:
445 id = idstring[0].strip()
446 elif len(idstring) == 3:
448 id = idstring[1].strip()