Replaced winpty with subprocess
This commit is contained in:
parent
ee6aa40093
commit
845ce2c622
9 changed files with 330 additions and 235 deletions
|
|
@ -157,6 +157,7 @@ imports:
|
|||
• <a href="#keyword">keyword</a>
|
||||
• <a href="#linecache">linecache</a>
|
||||
• <a href="#locale">locale</a>
|
||||
• <a href="#multiprocessing.heap">multiprocessing.heap</a>
|
||||
• <a href="#ntpath">ntpath</a>
|
||||
• <a href="#operator">operator</a>
|
||||
• <a href="#os">os</a>
|
||||
|
|
@ -342,7 +343,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>
|
||||
• <a href="#xml.sax">xml.sax</a>
|
||||
|
||||
</div>
|
||||
|
|
@ -3107,8 +3108,8 @@ imported by:
|
|||
<a target="code" href="///C:/Users/Ed/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>
|
||||
• <a href="#copyreg">copyreg</a>
|
||||
<a href="#copyreg">copyreg</a>
|
||||
• <a href="#org">org</a>
|
||||
• <a href="#types">types</a>
|
||||
• <a href="#weakref">weakref</a>
|
||||
|
||||
|
|
@ -8077,7 +8078,8 @@ imports:
|
|||
</div>
|
||||
<div class="import">
|
||||
imported by:
|
||||
<a href="#multiprocessing.sharedctypes">multiprocessing.sharedctypes</a>
|
||||
<a href="#RA3MP3Playback.py">RA3MP3Playback.py</a>
|
||||
• <a href="#multiprocessing.sharedctypes">multiprocessing.sharedctypes</a>
|
||||
• <a href="#multiprocessing.synchronize">multiprocessing.synchronize</a>
|
||||
|
||||
</div>
|
||||
|
|
@ -8755,7 +8757,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>
|
||||
|
||||
|
|
@ -9416,14 +9418,14 @@ imported by:
|
|||
<a target="code" href="///C:/Users/Ed/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>
|
||||
• <a href="#_compat_pickle">_compat_pickle</a>
|
||||
• <a href="#_pickle">_pickle</a>
|
||||
• <a href="#codecs">codecs</a>
|
||||
• <a href="#copyreg">copyreg</a>
|
||||
• <a href="#functools">functools</a>
|
||||
• <a href="#io">io</a>
|
||||
• <a href="#itertools">itertools</a>
|
||||
• <a href="#org">org</a>
|
||||
• <a href="#pprint">pprint</a>
|
||||
• <a href="#re">re</a>
|
||||
• <a href="#struct">struct</a>
|
||||
|
|
@ -14099,6 +14101,7 @@ imported by:
|
|||
<span class="moduletype">Package</span> <div class="import">
|
||||
imports:
|
||||
<a href="#xml">xml</a>
|
||||
• <a href="#xml.parsers.expat">xml.parsers.expat</a>
|
||||
|
||||
</div>
|
||||
<div class="import">
|
||||
|
|
@ -14124,6 +14127,7 @@ imports:
|
|||
<div class="import">
|
||||
imported by:
|
||||
<a href="#plistlib">plistlib</a>
|
||||
• <a href="#xml.parsers">xml.parsers</a>
|
||||
• <a href="#xml.sax.expatreader">xml.sax.expatreader</a>
|
||||
• <a href="#xmlrpc.client">xmlrpc.client</a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue