Searched refs:findPython (Results 1 – 3 of 3) sorted by relevance
41 static findPython = (...args) => new PythonFinder(...args).findPython() field in PythonFinder69 async findPython () { method in PythonFinder
13 const { findPython } = require('./find-python')23 const python = await findPython(gyp.opts.python)
779 * [[`e3778d9907`](https://github.com/nodejs/node-gyp/commit/e3778d9907)] - Add lots of findPython()…