Lines Matching refs:parse
317 # The C statements required to initialize the variables before the parse call.
322 # parsed by the parse call, before calling the impl.
347 # value from the parse function. This is also where
830 # so we skip making a parse function
2034 def parse(self, input):
2045 parser.parse(block)
2166 cooked = clinic.parse(raw)
2185 def parse(self, block):
2679 data.post_parsing.append('/* Post parse cleanup for ' + name + ' */\n' + post_parsing.rstrip() + '\n')
4199 def parse(self, block):
4338 module = ast.parse(ast_input)
4549 module = ast.parse(ast_input)
4557 module = ast.parse(ast_input)
4603 module = ast.parse(ast_input)
5161 # interface (__init__ and parse).