HomeSort by relevance Sort by last modified time
    Searched refs:MAXLINELEN (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 28 MAXLINELEN = 76
124 def make_header(decoded_seq, maxlinelen=None, header_name=None,
133 instance. Optional maxlinelen, header_name, and continuation_ws are as in
136 h = Header(maxlinelen=maxlinelen, header_name=header_name,
150 maxlinelen=None, header_name=None,
166 The maximum line length can be specified explicit via maxlinelen. For
169 the field in header_name. The default maxlinelen is 76.
184 # BAW: I believe `chunks' and `maxlinelen' should be non-public.
188 if maxlinelen is None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 28 MAXLINELEN = 76
124 def make_header(decoded_seq, maxlinelen=None, header_name=None,
133 instance. Optional maxlinelen, header_name, and continuation_ws are as in
136 h = Header(maxlinelen=maxlinelen, header_name=header_name,
150 maxlinelen=None, header_name=None,
166 The maximum line length can be specified explicit via maxlinelen. For
169 the field in header_name. The default maxlinelen is 76.
184 # BAW: I believe `chunks' and `maxlinelen' should be non-public.
188 if maxlinelen is None
    [all...]

Completed in 57 milliseconds