xref
: /
third_party
/
node
/
tools
/
getmachine.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/tools/
1
from
__future__
import
print_function
2
import
platform
3
print
(
platform
.
machine
())
4