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

  /external/python/cpython3/Modules/
parsermodule.c 226 PyTypeObject PyST_Type = {
260 }; /* PyST_Type */
263 /* PyST_Type isn't subclassable, so just check ob_type */
264 #define PyST_Object_Check(v) ((v)->ob_type == &PyST_Type)
369 PyST_Object* o = PyObject_New(PyST_Object, &PyST_Type);
423 &PyST_Type, &self, &line_info,
459 &PyST_Type, &self, &line_info,
495 &PyST_Type, &self,
545 &PyST_Type, &self);
568 &PyST_Type, &self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 201 PyTypeObject PyST_Type = {
235 }; /* PyST_Type */
298 PyST_Object* o = PyObject_New(PyST_Object, &PyST_Type);
343 &PyST_Type, &self, &line_option,
399 &PyST_Type, &self, &line_option,
455 &PyST_Type, &self, &str);
500 &PyST_Type, &self);
523 &PyST_Type, &self);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 177 PyTypeObject PyST_Type = {
204 }; /* PyST_Type */
267 PyST_Object* o = PyObject_New(PyST_Object, &PyST_Type);
312 &PyST_Type, &self, &line_option,
364 &PyST_Type, &self, &line_option,
416 &PyST_Type, &self, &str);
461 &PyST_Type, &self);
484 &PyST_Type, &self);
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 201 PyTypeObject PyST_Type = {
235 }; /* PyST_Type */
298 PyST_Object* o = PyObject_New(PyST_Object, &PyST_Type);
343 &PyST_Type, &self, &line_option,
399 &PyST_Type, &self, &line_option,
455 &PyST_Type, &self, &str);
500 &PyST_Type, &self);
523 &PyST_Type, &self);
    [all...]

Completed in 93 milliseconds