Home
last modified time | relevance | path

Searched defs:unixfrom (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/email/
Dmessage.py167 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None): argument
196 def as_bytes(self, unixfrom=False, policy=None): argument
218 def set_unixfrom(self, unixfrom): argument
981 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None): argument
Dgenerator.py72 def flatten(self, msg, unixfrom=False, linesep=None): argument
/aosp_15_r20/external/python/cpython3/Lib/email/
Dmessage.py167 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None): argument
196 def as_bytes(self, unixfrom=False, policy=None): argument
218 def set_unixfrom(self, unixfrom): argument
981 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None): argument
Dgenerator.py72 def flatten(self, msg, unixfrom=False, linesep=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
Dmessage.py167 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None): argument
196 def as_bytes(self, unixfrom=False, policy=None): argument
218 def set_unixfrom(self, unixfrom): argument
981 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None): argument
Dgenerator.py72 def flatten(self, msg, unixfrom=False, linesep=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
Dmessage.py167 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None): argument
196 def as_bytes(self, unixfrom=False, policy=None): argument
218 def set_unixfrom(self, unixfrom): argument
981 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None): argument
Dgenerator.py72 def flatten(self, msg, unixfrom=False, linesep=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A Dmessage.py167 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None): argument
196 def as_bytes(self, unixfrom=False, policy=None): argument
218 def set_unixfrom(self, unixfrom): argument
981 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None): argument
H A Dgenerator.py72 def flatten(self, msg, unixfrom=False, linesep=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
Dmessage.py167 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None): argument
196 def as_bytes(self, unixfrom=False, policy=None): argument
218 def set_unixfrom(self, unixfrom): argument
981 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None): argument
Dgenerator.py72 def flatten(self, msg, unixfrom=False, linesep=None): argument
/aosp_15_r20/external/python/cpython2/Lib/email/
Dmessage.py124 def as_string(self, unixfrom=False): argument
147 def set_unixfrom(self, unixfrom): argument
Dgenerator.py67 def flatten(self, msg, unixfrom=False): argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
Dtest_email.py2808 def _idempotent(self, msg, text, unixfrom=False): argument
4301 def _idempotent(self, msg, data, unixfrom=False): argument