Searched refs:_structure (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/email/ |
H A D | iterators.py | 11 # Do not include _structure() since it's part of the debugging API. 62 def _structure(msg, fp=None, level=0, include_default=False): 74 _structure(subpart, fp, level+1, include_default) 59 def _structure(msg, fp=None, level=0, include_default=False): global() function
|
/third_party/python/Lib/test/test_email/ |
H A D | torture_test.py | 18 from email.iterators import _structure namespace 59 _structure(msg, fp=fp)
|
H A D | test_email.py | 2081 iterators._structure(msg, sfp) 2099 iterators._structure(msg, sfp) 3414 iterators._structure(msg, sfp)
|
Completed in 9 milliseconds