Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzipimport.c8 #define IS_SOURCE 0x0 macro
25 {"/__init__.py", IS_PACKAGE | IS_SOURCE},
28 {".py", IS_SOURCE},
/external/python/cpython3/Modules/
Dzipimport.c10 #define IS_SOURCE 0x0 macro
30 {"/__init__.py", IS_PACKAGE | IS_SOURCE},
32 {".py", IS_SOURCE},