Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/command/
Dinstall.py634 def has_headers(self): member in install
637 return self.distribution.has_headers()
652 ('install_headers', has_headers),
/external/python/cpython2/Lib/distutils/command/
Dinstall.py653 def has_headers (self): member in install
654 return self.distribution.has_headers()
666 ('install_headers', has_headers),
/external/python/cpython2/Lib/distutils/
Ddist.py990 def has_headers(self): member in Distribution
/external/python/cpython3/Lib/distutils/
Ddist.py1002 def has_headers(self): member in Distribution
/external/python/cpython3/
Dsetup.py2245 ('install_headers', install.has_headers),