Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dmonkey.py109 def patch_func(replacement, target_mod, func_name): function
162 patch_func(*msvc9('find_vcvarsall'))
163 patch_func(*msvc9('query_vcvarsall'))
169 patch_func(*msvc14('_get_vc_env'))
175 patch_func(*msvc14('gen_lib_options'))
Dlogging.py25 monkey.patch_func(set_threshold, distutils.log, 'set_threshold')