Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js312 function findPython (configPython, callback) { function
320 findPython: findPython property
Dconfigure.js12 var findPython = require('./find-python') variable
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-find-python.js6 const findPython = require('../lib/find-python') constant