Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js11 function PythonFinder (configPython, callback) { class
17 PythonFinder.prototype = {
313 var finder = new PythonFinder(configPython, callback)
319 PythonFinder: PythonFinder, property
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-find-python.js8 const PythonFinder = findPython.test.PythonFinder constant
47 PythonFinder.apply(this, arguments)
49 TestPythonFinder.prototype = Object.create(PythonFinder.prototype)