Searched refs:_python_available (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/camkes-tool/camkes/internal/tests/
H A Dutils.py78 _python_available = None variable
83 global _python_available
84 if _python_available is None:
85 _python_available = which('python')
86 return _python_available

Completed in 35 milliseconds