Go to the source code of this file.
Classes | |
class | commands.BuildExt |
class | commands.BuildProjectMetadata |
class | commands.BuildPy |
class | commands.Clean |
class | commands.CommandError |
class | commands.Gather |
class | commands.SphinxDocumentation |
Namespaces | |
commands | |
Functions | |
def | commands._get_grpc_custom_bdist (decorated_basename, target_bdist_basename) |
def | commands._poison_extensions (extensions, message) |
def | commands.check_and_update_cythonization (extensions) |
def | commands.try_cythonize (extensions, linetracing=False, mandatory=True) |
Variables | |
commands.CYTHON_STEM = os.path.join(PYTHON_STEM, 'grpc', '_cython') | |
commands.GRPC_STEM = os.path.abspath(PYTHON_STEM + '../../../../') | |
commands.PROTO_GEN_STEM = os.path.join(GRPC_STEM, 'src', 'python', 'gens') | |
commands.PROTO_STEM = os.path.join(GRPC_STEM, 'src', 'proto') | |
commands.PYTHON_STEM = os.path.dirname(os.path.abspath(__file__)) | |