Home
last modified time | relevance | path

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

/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