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

  /external/python/cpython3/Include/
pystate.h 316 PyAPI_FUNC(int) _PyState_AddModule(PyObject*, struct PyModuleDef*);
  /external/python/cpython3/Python/
pystate.c 465 _PyState_AddModule(PyObject* module, struct PyModuleDef* def)
509 return _PyState_AddModule(module, def);
    [all...]
import.c 656 if (_PyState_AddModule(mod, def) < 0) {
744 if (_PyState_AddModule(mod, def) < 0) {
    [all...]

Completed in 462 milliseconds