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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 104 static PyTypeObject *Raise_type;
713 Raise_type = make_type("Raise", stmt_type, Raise_fields, 3);
714 if (!Raise_type) return 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 104 static PyTypeObject *Raise_type;
696 Raise_type = make_type("Raise", stmt_type, Raise_fields, 3);
697 if (!Raise_type) return 0;
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 104 static PyTypeObject *Raise_type;
713 Raise_type = make_type("Raise", stmt_type, Raise_fields, 3);
714 if (!Raise_type) return 0;
    [all...]
  /external/python/cpython3/Python/
Python-ast.c 138 static PyTypeObject *Raise_type;
888 Raise_type = make_type("Raise", stmt_type, Raise_fields, 2);
889 if (!Raise_type) return 0;
    [all...]

Completed in 316 milliseconds