Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzipimport.c10 #define IS_PACKAGE 0x2 macro
23 {"/__init__.pyc", IS_PACKAGE | IS_BYTECODE},
24 {"/__init__.pyo", IS_PACKAGE | IS_BYTECODE},
25 {"/__init__.py", IS_PACKAGE | IS_SOURCE},
273 if (zso->type & IS_PACKAGE) in get_module_info()
1256 int ispackage = zso->type & IS_PACKAGE; in get_module_code()