Change ssh-tunnel

This commit is contained in:
2023-08-11 12:09:26 +02:00
parent 2f87885b12
commit 89cf998938
12 changed files with 249 additions and 229 deletions
+23 -7
View File
@@ -289,7 +289,7 @@ imported by:
<a target="code" href="" type="text/plain"><tt>'org.python'</tt></a>
<span class="moduletype">MissingModule</span> <div class="import">
imported by:
<a href="#copy">copy</a>
<a href="#pickle">pickle</a>
&#8226; <a href="#xml.sax">xml.sax</a>
</div>
@@ -499,6 +499,8 @@ imports:
&#8226; <a href="#Controller.ssh_tunnel">Controller.ssh_tunnel</a>
&#8226; <a href="#cpuinfo">cpuinfo</a>
&#8226; <a href="#math">math</a>
&#8226; <a href="#multiprocessing">multiprocessing</a>
&#8226; <a href="#multiprocessing.freeze_support">multiprocessing.freeze_support</a>
&#8226; <a href="#platform">platform</a>
&#8226; <a href="#psutil">psutil</a>
@@ -2631,8 +2633,8 @@ imported by:
<a target="code" href="///C:/Users/Sebastian%20Serfling/AppData/Local/Programs/Python/Python39/lib/copy.py" type="text/plain"><tt>copy</tt></a>
<span class="moduletype">SourceModule</span> <div class="import">
imports:
<a href="#'org.python'">'org.python'</a>
&#8226; <a href="#copyreg">copyreg</a>
<a href="#copyreg">copyreg</a>
&#8226; <a href="#org">org</a>
&#8226; <a href="#types">types</a>
&#8226; <a href="#weakref">weakref</a>
@@ -9070,6 +9072,7 @@ imports:
&#8226; <a href="#multiprocessing.connection">multiprocessing.connection</a>
&#8226; <a href="#multiprocessing.context">multiprocessing.context</a>
&#8226; <a href="#multiprocessing.forkserver">multiprocessing.forkserver</a>
&#8226; <a href="#multiprocessing.freeze_support">multiprocessing.freeze_support</a>
&#8226; <a href="#multiprocessing.get_context">multiprocessing.get_context</a>
&#8226; <a href="#multiprocessing.get_start_method">multiprocessing.get_start_method</a>
&#8226; <a href="#multiprocessing.pool">multiprocessing.pool</a>
@@ -9086,7 +9089,8 @@ imports:
</div>
<div class="import">
imported by:
<a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
<a href="#Controller.system_info">Controller.system_info</a>
&#8226; <a href="#cpuinfo.cpuinfo">cpuinfo.cpuinfo</a>
&#8226; <a href="#multiprocessing">multiprocessing</a>
&#8226; <a href="#multiprocessing.connection">multiprocessing.connection</a>
&#8226; <a href="#multiprocessing.context">multiprocessing.context</a>
@@ -9341,6 +9345,18 @@ imported by:
</div>
<div class="node">
<a name="multiprocessing.freeze_support"></a>
<a target="code" href="" type="text/plain"><tt>multiprocessing.freeze_support</tt></a>
<span class="moduletype">MissingModule</span> <div class="import">
imported by:
<a href="#Controller.system_info">Controller.system_info</a>
&#8226; <a href="#multiprocessing">multiprocessing</a>
</div>
</div>
<div class="node">
<a name="multiprocessing.get_context"></a>
<a target="code" href="" type="text/plain"><tt>multiprocessing.get_context</tt></a>
@@ -11259,7 +11275,7 @@ imported by:
<a target="code" href="" type="text/plain"><tt>org</tt></a>
<span class="moduletype">MissingModule</span> <div class="import">
imported by:
<a href="#pickle">pickle</a>
<a href="#copy">copy</a>
</div>
@@ -12793,14 +12809,14 @@ imported by:
<a target="code" href="///C:/Users/Sebastian%20Serfling/AppData/Local/Programs/Python/Python39/lib/pickle.py" type="text/plain"><tt>pickle</tt></a>
<span class="moduletype">SourceModule</span> <div class="import">
imports:
<a href="#_compat_pickle">_compat_pickle</a>
<a href="#'org.python'">'org.python'</a>
&#8226; <a href="#_compat_pickle">_compat_pickle</a>
&#8226; <a href="#_pickle">_pickle</a>
&#8226; <a href="#codecs">codecs</a>
&#8226; <a href="#copyreg">copyreg</a>
&#8226; <a href="#functools">functools</a>
&#8226; <a href="#io">io</a>
&#8226; <a href="#itertools">itertools</a>
&#8226; <a href="#org">org</a>
&#8226; <a href="#pprint">pprint</a>
&#8226; <a href="#re">re</a>
&#8226; <a href="#struct">struct</a>