Home
last modified time | relevance | path

Searched refs:_structure (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Diterators.py61 def _structure(msg, fp=None, level=0, include_default=False): function
73 _structure(subpart, fp, level+1, include_default)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_torture.py20 from email.iterators import _structure
60 _structure(msg, fp=fp)
Dtest_email_renamed.py1327 iterators._structure(msg, sfp)
1345 iterators._structure(msg, sfp)
2322 iterators._structure(msg, sfp)
Dtest_email.py1398 Iterators._structure(msg, sfp)
1416 Iterators._structure(msg, sfp)
2442 Iterators._structure(msg, sfp)