Home
last modified time | relevance | path

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

/third_party/python/Python/
DPython-ast.c702 static PyObject* ast2obj_match_case(struct ast_state *state, void*);
4001 ast2obj_match_case); in ast2obj_stmt()
5108 ast2obj_match_case(struct ast_state *state, void* _o) in ast2obj_match_case() function