Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/command/
Deasy_install.py2120 def get_writer(cls, force_windows): argument
2123 return WindowsScriptWriter.best() if force_windows else cls.best()
/external/python/setuptools/
DCHANGES.rst1739 with slightly different semantics (no force_windows flag).