Lines Matching defs:parse
9 RFC 822 in the parse phase, while cleaning up the structure on the generation
36 semantically meaningful value of that part of the parse subtree. The value of
60 Each object in a parse tree is called a 'token', and each has a 'token_type'
72 import urllib # For urllib.parse.unquote
775 value = urllib.parse.unquote_to_bytes(value)
780 value = urllib.parse.unquote(value, encoding='latin-1')
948 # that a program can't change them in a parse tree and screw
949 # up other parse trees. Maybe should have tests for that, too.
1099 parse this into xtext tokens separated by WSP tokens.
1376 CFWS first to determine which type of word to parse. Afterward we splice
1384 parse tree; this is because having that extra layer when manipulating the
1385 parse tree is more confusing than it is helpful.
1656 there is no obs-domain-list in the parse tree).
1979 We depart from the formal grammar here by continuing to parse until the end
1982 to skip invalid addresses to parse additional valid ones.
2085 # ends with `>` let's just parse it too and return
2144 # the grammar, and parse_XXX methods that parse an entire field value. So
2417 recovery and working with the resulting parse tree easier.
2561 This is 'parse' routine because it consumes the remaining value, but it
2562 would never be called to parse a full header. Instead it is called to
2563 parse everything after the non-parameter value of a specific MIME header.
2966 encoded_value = urllib.parse.quote(
2992 encoded_value = urllib.parse.quote(