1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="Docutils 0.17.1: http://docutils.sourceforge.net/" name="generator"/>
<title>Utilities — Pyo 1.0.5 documentation</title>
<link href="../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<link href="../../_static/agogo.css" rel="stylesheet" type="text/css"/>
<link href="../../_static/sphinx-codeautolink.css" rel="stylesheet" type="text/css"/>
<link href="../../_static/autoclasstoc.css" rel="stylesheet" type="text/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/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/sphinx_highlight.js"></script>
<link href="../../_static/E-PyoIcon.ico" rel="shortcut icon"/>
<link href="../../about.html" rel="author" title="About these documents"/>
<link href="../../genindex.html" rel="index" title="Index"/>
<link href="../../search.html" rel="search" title="Search"/>
<link href="../alphabetical.html" rel="next" title="Alphabetical class reference"/>
<link href="server.html" rel="prev" title="Server Queries"/>
</head><body>
<div class="header-wrapper" role="banner">
<div class="header">
<div class="headertitle"><a href="../../index.html">Pyo 1.0.5 documentation</a></div>
<div aria-label="related navigation" class="rel" role="navigation">
<a accesskey="P" href="server.html" title="Server Queries">previous</a> |
<a accesskey="N" href="../alphabetical.html" title="Alphabetical class reference">next</a> |
<a accesskey="I" href="../../genindex.html" title="General Index">index</a>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<div class="sidebar">
<h3>Table of Contents</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../about.html">About pyo</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../download.html">Installing pyo with pip</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../compiling.html">Compiling pyo from sources</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../structure.html">Structure of the library</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gettingstarted.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../winaudioinspect.html">Configuring the audio output (Windows)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../perftips.html">Improve performance of pyo programs</a></li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">API documentation</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../constants.html">Constants</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../alphabetical.html">Alphabetical class reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="../classes/index.html">Classes by category</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../../examples/index.html">Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../tutorials/index.html">Advanced tutorials</a></li>
</ul>
<div role="search">
<h3 style="margin-top: 1.5em;">Search</h3>
<form action="../../search.html" class="search" method="get">
<input name="q" type="text"/>
<input type="submit" value="Go"/>
</form>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="utilities">
<h1>Utilities<a class="headerlink" href="#utilities" title="Permalink to this heading">¶</a></h1>
<section id="functions-in-this-category">
<h2>Functions in this category<a class="headerlink" href="#functions-in-this-category" title="Permalink to this heading">¶</a></h2>
<ul class="simple">
<li><p><a class="reference internal" href="#pyo.example" title="pyo.example"><code class="xref py py-func docutils literal notranslate"><span class="pre">example()</span></code></a> : Execute the documentation example of the object given as an argument.</p></li>
<li><p><a class="reference internal" href="#pyo.class_args" title="pyo.class_args"><code class="xref py py-func docutils literal notranslate"><span class="pre">class_args()</span></code></a> : Returns the signature of a pyo class or function.</p></li>
<li><p><a class="reference internal" href="#pyo.getVersion" title="pyo.getVersion"><code class="xref py py-func docutils literal notranslate"><span class="pre">getVersion()</span></code></a> : Returns the version number of the current pyo installation.</p></li>
<li><p><a class="reference internal" href="#pyo.getPrecision" title="pyo.getPrecision"><code class="xref py py-func docutils literal notranslate"><span class="pre">getPrecision()</span></code></a> : Returns the current sample precision as an integer.</p></li>
<li><p><a class="reference internal" href="#pyo.getPyoKeywords" title="pyo.getPyoKeywords"><code class="xref py py-func docutils literal notranslate"><span class="pre">getPyoKeywords()</span></code></a> : Returns a list of every keywords (classes and functions) of pyo.</p></li>
<li><p><a class="reference internal" href="#pyo.getPyoExamples" title="pyo.getPyoExamples"><code class="xref py py-func docutils literal notranslate"><span class="pre">getPyoExamples()</span></code></a> : Returns a listing of the examples, as a dictionary, installed with pyo.</p></li>
<li><p><a class="reference internal" href="#pyo.withPortaudio" title="pyo.withPortaudio"><code class="xref py py-func docutils literal notranslate"><span class="pre">withPortaudio()</span></code></a> : Returns True if pyo is built with portaudio support.</p></li>
<li><p><a class="reference internal" href="#pyo.withPortmidi" title="pyo.withPortmidi"><code class="xref py py-func docutils literal notranslate"><span class="pre">withPortmidi()</span></code></a> : Returns True if pyo is built with portmidi support.</p></li>
<li><p><a class="reference internal" href="#pyo.withJack" title="pyo.withJack"><code class="xref py py-func docutils literal notranslate"><span class="pre">withJack()</span></code></a> : Returns True if pyo is built with jack support.</p></li>
<li><p><a class="reference internal" href="#pyo.withCoreaudio" title="pyo.withCoreaudio"><code class="xref py py-func docutils literal notranslate"><span class="pre">withCoreaudio()</span></code></a> : Returns True if pyo is built with coreaudio support.</p></li>
<li><p><a class="reference internal" href="#pyo.withOSC" title="pyo.withOSC"><code class="xref py py-func docutils literal notranslate"><span class="pre">withOSC()</span></code></a> : Returns True if pyo is built with OSC (Open Sound Control) support.</p></li>
<li><p><a class="reference internal" href="#pyo.convertStringToSysEncoding" title="pyo.convertStringToSysEncoding"><code class="xref py py-func docutils literal notranslate"><span class="pre">convertStringToSysEncoding()</span></code></a> : Convert a string to the current platform file system encoding.</p></li>
<li><p><a class="reference internal" href="#pyo.convertArgsToLists" title="pyo.convertArgsToLists"><code class="xref py py-func docutils literal notranslate"><span class="pre">convertArgsToLists()</span></code></a> : Convert all arguments to list if not already a list or a PyoObjectBase.</p></li>
<li><p><a class="reference internal" href="#pyo.wrap" title="pyo.wrap"><code class="xref py py-func docutils literal notranslate"><span class="pre">wrap()</span></code></a> : Return value at position i from arg with wrap around arg length.</p></li>
</ul>
</section>
<section id="example">
<h2><em>example</em><a class="headerlink" href="#example" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.example">
<span class="sig-name descname"><span class="pre">example</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">cls</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">dur</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">5</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">toprint</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">double</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pyo/lib/_core.html#example"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyo.example" title="Permalink to this definition">¶</a></dt>
<dd><p>Execute the documentation example of the object given as an argument.</p>
<dl class="field-list simple">
<dt class="field-odd">Args</dt>
<dd class="field-odd"><dl class="simple">
<dt>cls: PyoObject class or string</dt><dd><p>Class reference of the desired object example. If this argument
is the string of the full path of an example (as returned by the
getPyoExamples() function), it will be executed.</p>
</dd>
<dt>dur: float, optional</dt><dd><p>Duration of the example.</p>
</dd>
<dt>toprint: boolean, optional</dt><dd><p>If True, the example script will be printed to the console.
Defaults to True.</p>
</dd>
<dt>double: boolean, optional</dt><dd><p>If True, force the example to run in double precision (64-bit)
Defaults to False.</p>
</dd>
</dl>
</dd>
</dl>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><a class="sphinx-codeautolink-a" href="../../api/functions/util.html#pyo.example" title="pyo.example"><span class="n">example</span></a><span class="p">(</span><a class="sphinx-codeautolink-a" href="../../api/classes/generators.html#pyo.Sine" title="pyo.lib.generators.Sine"><span class="n">Sine</span></a><span class="p">)</span>
</pre></div>
</div>
</dd></dl>
</section>
<section id="class-args">
<h2><em>class_args</em><a class="headerlink" href="#class-args" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.class_args">
<span class="sig-name descname"><span class="pre">class_args</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">cls</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pyo/lib/_core.html#class_args"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyo.class_args" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns the signature of a pyo class or function.</p>
<p>This function takes a class or a function reference as input and returns
its signature with the default values.</p>
<p>If the operation can’t succeed, the function silently fails and returns
an empty string.</p>
<dl class="field-list simple">
<dt class="field-odd">Args</dt>
<dd class="field-odd"><dl class="simple">
<dt>cls: callable (class or function from pyo lib)</dt><dd><p>Reference of the class or function for which the signature is retrieved.</p>
</dd>
</dl>
</dd>
</dl>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="nb">print</span><span class="p">(</span><a class="sphinx-codeautolink-a" href="../../api/functions/util.html#pyo.class_args" title="pyo.class_args"><span class="n">class_args</span></a><span class="p">(</span><a class="sphinx-codeautolink-a" href="../../api/classes/generators.html#pyo.Sine" title="pyo.lib.generators.Sine"><span class="n">Sine</span></a><span class="p">))</span>
<span class="gp">>>> </span><span class="s1">'Sine(freq=1000, phase=0, mul=1, add=0)'</span>
</pre></div>
</div>
</dd></dl>
</section>
<section id="getversion">
<h2><em>getVersion</em><a class="headerlink" href="#getversion" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.getVersion">
<span class="sig-name descname"><span class="pre">getVersion</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pyo/lib/_core.html#getVersion"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyo.getVersion" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns the version number of the current pyo installation.</p>
<p>This function returns the version number of the current pyo
installation as a 3-ints tuple (major, minor, rev).</p>
<p>The returned tuple for version ‘0.4.1’ will look like: (0, 4, 1)</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="nb">print</span><span class="p">(</span><a class="sphinx-codeautolink-a" href="../../api/functions/util.html#pyo.getVersion" title="pyo.getVersion"><span class="n">getVersion</span></a><span class="p">())</span>
<span class="gp">>>> </span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span>
</pre></div>
</div>
</dd></dl>
</section>
<section id="getprecision">
<h2><em>getPrecision</em><a class="headerlink" href="#getprecision" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.getPrecision">
<span class="sig-name descname"><span class="pre">getPrecision</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pyo/lib/_core.html#getPrecision"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyo.getPrecision" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns the current sample precision as an integer.</p>
<p>This function returns the current sample precision as an integer,
either 32 for 32-bit (single) or 64 for 64-bit (double).</p>
</dd></dl>
</section>
<section id="getpyokeywords">
<h2><em>getPyoKeywords</em><a class="headerlink" href="#getpyokeywords" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.getPyoKeywords">
<span class="sig-name descname"><span class="pre">getPyoKeywords</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pyo.html#getPyoKeywords"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyo.getPyoKeywords" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns a list of every keywords (classes and functions) of pyo.</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">keywords</span> <span class="o">=</span> <a class="sphinx-codeautolink-a" href="../../api/functions/util.html#pyo.getPyoKeywords" title="pyo.getPyoKeywords"><span class="n">getPyoKeywords</span></a><span class="p">()</span>
</pre></div>
</div>
</dd></dl>
</section>
<section id="getpyoexamples">
<h2><em>getPyoExamples</em><a class="headerlink" href="#getpyoexamples" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.getPyoExamples">
<span class="sig-name descname"><span class="pre">getPyoExamples</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">fullpath</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pyo.html#getPyoExamples"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyo.getPyoExamples" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns a listing of the examples, as a dictionary, installed with pyo.</p>
<dl class="field-list simple">
<dt class="field-odd">Args</dt>
<dd class="field-odd"><dl class="simple">
<dt>fullpath: boolean</dt><dd><p>If True, the full path of each file is returned. Otherwise, only the
filenames are listed.</p>
</dd>
</dl>
</dd>
</dl>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">examples</span> <span class="o">=</span> <a class="sphinx-codeautolink-a" href="../../api/functions/util.html#pyo.getPyoExamples" title="pyo.getPyoExamples"><span class="n">getPyoExamples</span></a><span class="p">()</span>
</pre></div>
</div>
</dd></dl>
</section>
<section id="withportaudio">
<h2><em>withPortaudio</em><a class="headerlink" href="#withportaudio" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.withPortaudio">
<span class="sig-name descname"><span class="pre">withPortaudio</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyo.withPortaudio" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns True if pyo is built with portaudio support.</p>
</dd></dl>
</section>
<section id="withportmidi">
<h2><em>withPortmidi</em><a class="headerlink" href="#withportmidi" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.withPortmidi">
<span class="sig-name descname"><span class="pre">withPortmidi</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyo.withPortmidi" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns True if pyo is built with portmidi support.</p>
</dd></dl>
</section>
<section id="withjack">
<h2><em>withJack</em><a class="headerlink" href="#withjack" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.withJack">
<span class="sig-name descname"><span class="pre">withJack</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyo.withJack" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns True if pyo is built with jack support.</p>
</dd></dl>
</section>
<section id="withcoreaudio">
<h2><em>withCoreaudio</em><a class="headerlink" href="#withcoreaudio" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.withCoreaudio">
<span class="sig-name descname"><span class="pre">withCoreaudio</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyo.withCoreaudio" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns True if pyo is built with coreaudio support.</p>
</dd></dl>
</section>
<section id="withosc">
<h2><em>withOSC</em><a class="headerlink" href="#withosc" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.withOSC">
<span class="sig-name descname"><span class="pre">withOSC</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyo.withOSC" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns True if pyo is built with OSC (Open Sound Control) support.</p>
</dd></dl>
</section>
<section id="convertstringtosysencoding">
<h2><em>convertStringToSysEncoding</em><a class="headerlink" href="#convertstringtosysencoding" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.convertStringToSysEncoding">
<span class="sig-name descname"><span class="pre">convertStringToSysEncoding</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">strng</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pyo/lib/_core.html#convertStringToSysEncoding"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyo.convertStringToSysEncoding" title="Permalink to this definition">¶</a></dt>
<dd><p>Convert a string to the current platform file system encoding.</p>
<p>Returns the new encoded string.</p>
<dl class="field-list simple">
<dt class="field-odd">Args</dt>
<dd class="field-odd"><dl class="simple">
<dt>strng: string</dt><dd><p>String to convert.</p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
</section>
<section id="convertargstolists">
<h2><em>convertArgsToLists</em><a class="headerlink" href="#convertargstolists" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.convertArgsToLists">
<span class="sig-name descname"><span class="pre">convertArgsToLists</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pyo/lib/_core.html#convertArgsToLists"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyo.convertArgsToLists" title="Permalink to this definition">¶</a></dt>
<dd><p>Convert all arguments to list if not already a list or a PyoObjectBase.
Return new args and maximum list length.</p>
</dd></dl>
</section>
<section id="wrap">
<h2><em>wrap</em><a class="headerlink" href="#wrap" title="Permalink to this heading">¶</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyo.wrap">
<span class="sig-name descname"><span class="pre">wrap</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">arg</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">i</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pyo/lib/_core.html#wrap"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyo.wrap" title="Permalink to this definition">¶</a></dt>
<dd><p>Return value at position <cite>i</cite> from <cite>arg</cite> with wrap around <cite>arg</cite> length.</p>
</dd></dl>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer-wrapper">
<div class="footer">
<div class="left">
<div aria-label="related navigaton" role="navigation">
<a href="server.html" title="Server Queries">previous</a> |
<a href="../alphabetical.html" title="Alphabetical class reference">next</a> |
<a href="../../genindex.html" title="General Index">index</a>
</div>
<div aria-label="source link" role="note">
</div>
</div>
<div class="right">
<div class="footer" role="contentinfo">
© Copyright 2021, Olivier Bélanger.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 5.3.0.
</div>
</div>
<div class="clearer"></div>
</div>
</div>
</body>
</html>
|