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

  /external/python/cpython3/Include/
pystate.h 320 PyAPI_FUNC(int) PyState_AddModule(PyObject*, struct PyModuleDef*);
  /external/python/cpython3/Lib/test/test_importlib/extension/
test_loader.py 153 with self.subTest('PyState_AddModule'):
  /external/python/cpython3/Modules/
_testmultiphase.c 124 register_state(1): call PyState_AddModule()\n\
145 ret = PyState_AddModule(mod, def);
  /external/python/cpython3/Python/
pystate.c 474 "PyState_AddModule called on module with slots");
492 PyState_AddModule(PyObject* module, struct PyModuleDef* def)
497 Py_FatalError("PyState_AddModule: Module Definition is NULL");
504 Py_FatalError("PyState_AddModule: Module already added!");
    [all...]

Completed in 225 milliseconds