Home
last modified time | relevance | path

Searched refs:_structure (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/email/
H A Diterators.py11 # 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 Dtorture_test.py18 from email.iterators import _structure namespace
59 _structure(msg, fp=fp)
H A Dtest_email.py2081 iterators._structure(msg, sfp)
2099 iterators._structure(msg, sfp)
3414 iterators._structure(msg, sfp)

Completed in 8 milliseconds