141 lines
5.6 KiB
HTML
141 lines
5.6 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Overview: module code — gRPC Python 1.64.0 documentation</title>
|
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=4f649999" />
|
|
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=8090fdca" />
|
|
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=057799ce"></script>
|
|
<script src="../_static/doctools.js?v=888ff710"></script>
|
|
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
|
|
<link rel="index" title="Index" href="../genindex.html" />
|
|
<link rel="search" title="Search" href="../search.html" />
|
|
|
|
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
|
|
|
</head><body>
|
|
<div class="document">
|
|
|
|
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
<div class="sphinxsidebarwrapper">
|
|
<h1 class="logo"><a href="../index.html">gRPC Python</a></h1>
|
|
|
|
|
|
|
|
<p class="blurb">1.64.0</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3>Navigation</h3>
|
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc.html">gRPC</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc_asyncio.html">gRPC AsyncIO API</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc_admin.html">gRPC Admin</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc_channelz.html">gRPC Channelz</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc_csds.html">gRPC CSDS</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc_health_checking.html">gRPC Health Checking</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc_reflection.html">gRPC Reflection</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc_status.html">gRPC Status</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc_testing.html">gRPC Testing</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../grpc_observability.html">gRPC Python Observability</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../glossary.html">Glossary</a></li>
|
|
</ul>
|
|
|
|
<div class="relations">
|
|
<h3>Related Topics</h3>
|
|
<ul>
|
|
<li><a href="../index.html">Documentation overview</a><ul>
|
|
</ul></li>
|
|
</ul>
|
|
</div>
|
|
<div id="searchbox" style="display: none" role="search">
|
|
<h3 id="searchlabel">Quick search</h3>
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="../search.html" method="get">
|
|
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script>document.getElementById('searchbox').style.display = "block"</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
|
|
|
|
<div class="body" role="main">
|
|
|
|
<h1>All modules for which code is available</h1>
|
|
<ul><li><a href="grpc.html">grpc</a></li>
|
|
<ul><li><a href="grpc/_cython/cygrpc.html">grpc._cython.cygrpc</a></li>
|
|
<li><a href="grpc/_runtime_protos.html">grpc._runtime_protos</a></li>
|
|
<li><a href="grpc/aio/_base_call.html">grpc.aio._base_call</a></li>
|
|
<li><a href="grpc/aio/_base_channel.html">grpc.aio._base_channel</a></li>
|
|
<li><a href="grpc/aio/_base_server.html">grpc.aio._base_server</a></li>
|
|
<li><a href="grpc/aio/_call.html">grpc.aio._call</a></li>
|
|
<li><a href="grpc/aio/_channel.html">grpc.aio._channel</a></li>
|
|
<li><a href="grpc/aio/_interceptor.html">grpc.aio._interceptor</a></li>
|
|
<li><a href="grpc/aio/_metadata.html">grpc.aio._metadata</a></li>
|
|
<li><a href="grpc/aio/_server.html">grpc.aio._server</a></li>
|
|
</ul><li><a href="grpc_admin.html">grpc_admin</a></li>
|
|
<li><a href="grpc_channelz/v1/_servicer.html">grpc_channelz.v1._servicer</a></li>
|
|
<li><a href="grpc_channelz/v1/channelz.html">grpc_channelz.v1.channelz</a></li>
|
|
<li><a href="grpc_csds.html">grpc_csds</a></li>
|
|
<li><a href="grpc_health/v1/health.html">grpc_health.v1.health</a></li>
|
|
<li><a href="grpc_observability/_open_telemetry_plugin.html">grpc_observability._open_telemetry_plugin</a></li>
|
|
<li><a href="grpc_reflection/v1alpha/proto_reflection_descriptor_database.html">grpc_reflection.v1alpha.proto_reflection_descriptor_database</a></li>
|
|
<li><a href="grpc_reflection/v1alpha/reflection.html">grpc_reflection.v1alpha.reflection</a></li>
|
|
<li><a href="grpc_status/rpc_status.html">grpc_status.rpc_status</a></li>
|
|
<li><a href="grpc_testing.html">grpc_testing</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="footer">
|
|
©2020, The gRPC Authors.
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-60127042-1']);
|
|
_gaq.push(['_setDomainName', 'none']);
|
|
_gaq.push(['_setAllowLinker', true]);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html> |