Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/command/
Dbdist_egg.py335 if os.path.splitext(filename)[1].lower() in NATIVE_EXTENSIONS:
355 NATIVE_EXTENSIONS = dict.fromkeys('.dll .so .dylib .pyd'.split()) variable