%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/python3-routes/html/modules/
Upload File :
Create Path :
Current File : //usr/share/doc/python3-routes/html/modules/index.html

<!DOCTYPE html>

<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

    <title>Routes Modules &#8212; Routes 2.5.0 documentation</title>
    <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
    <link rel="stylesheet" type="text/css" href="../_static/classic.css" />
    
    <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
    <script src="../_static/jquery.js"></script>
    <script src="../_static/underscore.js"></script>
    <script src="../_static/doctools.js"></script>
    
    <link rel="index" title="Index" href="../genindex.html" />
    <link rel="search" title="Search" href="../search.html" />
    <link rel="next" title="routes – Routes Common Classes and Functions" href="routes.html" />
    <link rel="prev" title="Porting Routes to a WSGI Web Framework" href="../porting.html" /> 
  </head><body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="routes.html" title="routes – Routes Common Classes and Functions"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="../porting.html" title="Porting Routes to a WSGI Web Framework"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../index.html">Routes 2.5.0 documentation</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">Routes Modules</a></li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <section id="routes-modules">
<span id="modules"></span><h1>Routes Modules<a class="headerlink" href="#routes-modules" title="Permalink to this headline">¶</a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="routes.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">routes</span></code> – Routes Common Classes and Functions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="routes.html#module-contents">Module Contents</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="mapper.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">routes.mapper</span></code> – Mapper and Sub-Mapper</a><ul>
<li class="toctree-l2"><a class="reference internal" href="mapper.html#module-contents">Module Contents</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="route.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">routes.route</span></code> – Route</a><ul>
<li class="toctree-l2"><a class="reference internal" href="route.html#module-contents">Module Contents</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="middleware.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">routes.middleware</span></code> – Routes WSGI Middleware</a><ul>
<li class="toctree-l2"><a class="reference internal" href="middleware.html#module-contents">Module Contents</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="util.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">routes.util</span></code> – URL Generator and utility functions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="util.html#module-contents">Module Contents</a></li>
</ul>
</li>
</ul>
</div>
</section>


            <div class="clearer"></div>
          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="../porting.html"
                        title="previous chapter">Porting Routes to a WSGI Web Framework</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="routes.html"
                        title="next chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">routes</span></code> – Routes Common Classes and Functions</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="../_sources/modules/index.rst.txt"
            rel="nofollow">Show Source</a></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>$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="routes.html" title="routes – Routes Common Classes and Functions"
             >next</a> |</li>
        <li class="right" >
          <a href="../porting.html" title="Porting Routes to a WSGI Web Framework"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../index.html">Routes 2.5.0 documentation</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">Routes Modules</a></li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2005-2022, Ben Bangert, Mike Orr, and numerous contributers.
      Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.3.2.
    </div>
  </body>
</html>

Zerion Mini Shell 1.0