Home
last modified time | relevance | path

Searched refs:refold_source (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/email/
Dpolicy.py89 refold_source = 'long' variable in EmailPolicy
209 refold = (self.refold_source == 'all' or
210 self.refold_source == 'long' and
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
Dpolicy.py89 refold_source = 'long' variable in EmailPolicy
209 refold = (self.refold_source == 'all' or
210 self.refold_source == 'long' and
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A Dpolicy.py89 refold_source = 'long' variable in EmailPolicy
209 refold = (self.refold_source == 'all' or
210 self.refold_source == 'long' and
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/email/
Dpolicy.py89 refold_source = 'long' variable in EmailPolicy
209 refold = (self.refold_source == 'all' or
210 self.refold_source == 'long' and
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
Dpolicy.py89 refold_source = 'long' variable in EmailPolicy
209 refold = (self.refold_source == 'all' or
210 self.refold_source == 'long' and
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
Dpolicy.py89 refold_source = 'long' variable in EmailPolicy
209 refold = (self.refold_source == 'all' or
210 self.refold_source == 'long' and
/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
Dtest_generator.py112 g = self.genclass(s, policy=self.policy.clone(refold_source='none',
120 g = self.genclass(s, policy=self.policy.clone(refold_source='all',
/aosp_15_r20/external/python/cpython3/Doc/library/
Demail.policy.rst397 .. attribute:: refold_source
483 Header folding is controlled by the :attr:`refold_source` policy setting.
496 regardless of the ``refold_source`` setting, which causes the binary data
Demail.generator.rst279 :attr:`~email.policy.Policy.refold_source` must be ``none``, which is
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.3.rst1268 refold_source Controls whether or not headers parsed by a