Home
last modified time | relevance | path

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

/external/grpc-grpc/
Dsetup.py267 need_cython = BUILD_WITH_CYTHON
269 need_cython = need_cython or not commands.check_and_update_cythonization(extensions)
270 …_cythonize(extensions, linetracing=ENABLE_CYTHON_TRACING, mandatory=BUILD_WITH_CYTHON), need_cython
272 CYTHON_EXTENSION_MODULES, need_cython = cython_extensions_and_necessity() variable
299 elif need_cython: