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

  /external/python/cpython3/Include/
moduleobject.h 80 struct PyModuleDef_Slot* m_slots; member in struct:PyModuleDef
  /external/python/cpython3/Objects/
moduleobject.c 175 if (module->m_slots) {
178 "module %s: PyModule_Create is incompatible with m_slots", name);
260 for (cur_slot = def->m_slots; cur_slot && cur_slot->slot; cur_slot++) {
376 if (def->m_slots == NULL) {
380 for (cur_slot = def->m_slots; cur_slot && cur_slot->slot; cur_slot++) {
  /external/python/cpython3/Python/
pystate.c 273 if (module->m_slots) {
294 if (def->m_slots) {
339 if (def->m_slots) {

Completed in 76 milliseconds