Home
last modified time | relevance | path

Searched refs:findPython (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js41 static findPython = (...args) => new PythonFinder(...args).findPython() field in PythonFinder
69 async findPython () { method in PythonFinder
Dconfigure.js13 const { findPython } = require('./find-python')
23 const python = await findPython(gyp.opts.python)
/third_party/node/deps/npm/node_modules/node-gyp/
DCHANGELOG.md779 * [[`e3778d9907`](https://github.com/nodejs/node-gyp/commit/e3778d9907)] - Add lots of findPython()…