Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio/
Dcommands.py184 def check_and_update_cythonization(extensions): function
298 if not check_and_update_cythonization(self.extensions):
/external/grpc-grpc/
Dsetup.py269 need_cython = need_cython or not commands.check_and_update_cythonization(extensions)