Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
Dtest_config_cmd.py57 match = cmd.search_cpp(pattern='xxx', body='/* xxx */')
60 match = cmd.search_cpp(pattern='_configtest', body='/* xxx */')
/third_party/python/Lib/distutils/command/
Dconfig.py190 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, member in config