Home
last modified time | relevance | path

Searched refs:_PyImport_StandardFiletab (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dimport.c101 static const struct filedescr _PyImport_StandardFiletab[] = { variable
107 static const struct filedescr _PyImport_StandardFiletab[] = { variable
163 for (scan = _PyImport_StandardFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init()
172 memcpy(filetab + countD, _PyImport_StandardFiletab, in _PyImport_Init()