Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js81 check: () => this.checkCommand(this.env.NODE_GYP_FORCE_PYTHON)
98 check: () => this.checkCommand(this.configPython)
111 check: () => this.checkCommand(this.env.PYTHON)
128 check: () => this.checkCommand('python3')
132 check: () => this.checkCommand('python')
170 async checkCommand (command) { method in PythonFinder