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

  /external/python/cpython3/Include/
moduleobject.h 65 #define Py_mod_create 1
  /external/python/cpython3/Modules/
_testmultiphase.c 282 {Py_mod_create, createfunc_nonmodule},
485 {Py_mod_create, createfunc_null},
506 {Py_mod_create, createfunc_raise},
527 {Py_mod_create, createfunc_unreported_exception},
541 {Py_mod_create, createfunc_nonmodule},
  /external/python/cpython3/Objects/
moduleobject.c 261 if (cur_slot->slot == Py_mod_create) {
382 case Py_mod_create:

Completed in 544 milliseconds