Home
last modified time | relevance | path

Searched defs:ispackage (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/
Dzipimport.c316 int ispackage; in zipimporter_load_module() local
381 int ispackage; in zipimporter_get_filename() local
1204 get_code_from_data(ZipImporter *self, int ispackage, int isbytecode, in get_code_from_data()
1258 int ispackage = zso->type & IS_PACKAGE; in get_module_code() local
/external/python/cpython3/Modules/
Dzipimport.c464 int ispackage; in zipimporter_load_module() local
532 int ispackage; in zipimporter_get_filename() local
1433 get_code_from_data(ZipImporter *self, int ispackage, int isbytecode, in get_code_from_data()
1483 int ispackage = zso->type & IS_PACKAGE; in get_module_code() local
/external/python/cpython3/Python/
Dimport.c1173 int ispackage; in PyImport_ImportFrozenModuleObject() local
/external/python/cpython2/Python/
Dimport.c2084 int ispackage; in PyImport_ImportFrozenModule() local
/external/python/cpython2/Lib/
Dpydoc.py219 def ispackage(path): function
/external/python/cpython3/Lib/
Dpydoc.py226 def ispackage(path): function