Home
last modified time | relevance | path

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

/external/python/cpython2/Misc/
DBeOS-setup.py15 disabled_module_list = ['dbm', 'mmap', 'resource', 'nis'] variable
67 if ext.name not in disabled_module_list]
/external/python/cpython2/
Dsetup.py36 disabled_module_list = [] variable
186 if ext.name not in disabled_module_list]