Lines Matching defs:parse
162 A subclass must define a classmethod named 'parse' that takes an unfolded
166 parse tree obtained from parsing the header, and 'decoded', set to the
178 The parse method may add additional keys to the dictionary. In this case
182 extra keys added by its parse method, and then use super to call its parent
192 cls.parse(value, kwds)
231 RFC5322 rules, as modified by the policy. If the parse tree
235 Any non-ASCII characters in the parse tree are CTE encoded using
266 def parse(cls, value, kwds):
293 def parse(cls, value, kwds):
338 def parse(cls, value, kwds):
409 def parse(cls, value, kwds):
447 def parse(cls, value, kwds):
511 def parse(cls, value, kwds):
531 def parse(cls, value, kwds):