Ajustes gerais

This commit is contained in:
2025-12-08 07:22:44 -03:00
parent c0681ea6a9
commit 7e529c8460
10 changed files with 630 additions and 111 deletions

View File

@@ -151,6 +151,7 @@ imports:
&#8226; <a href="#enum">enum</a>
&#8226; <a href="#functools">functools</a>
&#8226; <a href="#genericpath">genericpath</a>
&#8226; <a href="#grp">grp</a>
&#8226; <a href="#heapq">heapq</a>
&#8226; <a href="#io">io</a>
&#8226; <a href="#json">json</a>
@@ -163,6 +164,7 @@ imports:
&#8226; <a href="#operator">operator</a>
&#8226; <a href="#os">os</a>
&#8226; <a href="#posixpath">posixpath</a>
&#8226; <a href="#pwd">pwd</a>
&#8226; <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
&#8226; <a href="#re">re</a>
&#8226; <a href="#re._casefix">re._casefix</a>
@@ -171,6 +173,7 @@ imports:
&#8226; <a href="#re._parser">re._parser</a>
&#8226; <a href="#reprlib">reprlib</a>
&#8226; <a href="#requests">requests</a>
&#8226; <a href="#socket">socket</a>
&#8226; <a href="#sre_compile">sre_compile</a>
&#8226; <a href="#sre_constants">sre_constants</a>
&#8226; <a href="#sre_parse">sre_parse</a>
@@ -5517,7 +5520,8 @@ imported by:
<a name="grp"></a>
<tt>grp</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
imported by:
<a href="#pathlib">pathlib</a>
<a href="#main.py">main.py</a>
&#8226; <a href="#pathlib">pathlib</a>
&#8226; <a href="#shutil">shutil</a>
&#8226; <a href="#subprocess">subprocess</a>
&#8226; <a href="#tarfile">tarfile</a>
@@ -7274,6 +7278,7 @@ imported by:
<tt>pwd</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
imported by:
<a href="#getpass">getpass</a>
&#8226; <a href="#main.py">main.py</a>
&#8226; <a href="#netrc">netrc</a>
&#8226; <a href="#pathlib">pathlib</a>
&#8226; <a href="#posixpath">posixpath</a>
@@ -8230,6 +8235,7 @@ imported by:
&#8226; <a href="#ftplib">ftplib</a>
&#8226; <a href="#http.client">http.client</a>
&#8226; <a href="#logging.handlers">logging.handlers</a>
&#8226; <a href="#main.py">main.py</a>
&#8226; <a href="#platform">platform</a>
&#8226; <a href="#requests.adapters">requests.adapters</a>
&#8226; <a href="#requests.utils">requests.utils</a>