<!DOCTYPE html> <html lang="ru"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> <title>other_module package — документация SCADA 1.0.0</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b3523f8e" /> <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=039e1c02" /> <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=c12ac3bf"></script> <script src="_static/doctools.js?v=888ff710"></script> <script src="_static/sphinx_highlight.js?v=4825356b"></script> <script src="_static/translations.js?v=29b1f277"></script> <link rel="index" title="Алфавитный указатель" href="genindex.html" /> <link rel="search" title="Поиск" href="search.html" /> <link rel="prev" title="controls package" href="controls.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="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <section id="other-module-package"> <h1>other_module package<a class="headerlink" href="#other-module-package" title="Permalink to this heading">¶</a></h1> <section id="submodules"> <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this heading">¶</a></h2> </section> <section id="module-other_module.snth2"> <span id="other-module-snth2-module"></span><h2>other_module.snth2 module<a class="headerlink" href="#module-other_module.snth2" title="Permalink to this heading">¶</a></h2> <dl class="py function"> <dt class="sig sig-object py" id="other_module.snth2.add"> <span class="sig-prename descclassname"><span class="pre">other_module.snth2.</span></span><span class="sig-name descname"><span class="pre">add</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">a</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">b</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">int</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><span class="pre">int</span></span></span><a class="reference internal" href="_modules/other_module/snth2.html#add"><span class="viewcode-link"><span class="pre">[исходный</span> <span class="pre">код]</span></span></a><a class="headerlink" href="#other_module.snth2.add" title="Ссылка на это определение">¶</a></dt> <dd><p>Add two ints</p> </dd></dl> </section> <section id="module-other_module"> <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-other_module" title="Permalink to this heading">¶</a></h2> <p>Just other sample module</p> </section> </section> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h1 class="logo"><a href="index.html">SCADA</a></h1> <h3>Навигация</h3> <p class="caption" role="heading"><span class="caption-text">Contents:</span></p> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="modules.html">src</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="controls.html">controls package</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="#">other_module package</a></li> </ul> </li> </ul> <div class="relations"> <h3>Related Topics</h3> <ul> <li><a href="index.html">Documentation overview</a><ul> <li><a href="modules.html">src</a><ul> <li>Previous: <a href="controls.html" title="предыдущая глава">controls package</a></li> </ul></li> </ul></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Быстрый поиск</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="Искать" /> </form> </div> </div> <script>document.getElementById('searchbox').style.display = "block"</script> </div> </div> <div class="clearer"></div> </div> <div class="footer"> ©2023, Dmitriy Bazanov. | Powered by <a href="http://sphinx-doc.org/">Sphinx 7.1.2</a> & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a> | <a href="_sources/other_module.rst.txt" rel="nofollow">Page source</a> </div> </body> </html>