Added Multiprocessing to OptimizeTextures
This commit is contained in:
@@ -157,6 +157,11 @@ imports:
|
||||
• <a href="#keyword">keyword</a>
|
||||
• <a href="#linecache">linecache</a>
|
||||
• <a href="#locale">locale</a>
|
||||
• <a href="#multiprocessing">multiprocessing</a>
|
||||
• <a href="#multiprocessing.Pool">multiprocessing.Pool</a>
|
||||
• <a href="#multiprocessing.cpu_count">multiprocessing.cpu_count</a>
|
||||
• <a href="#multiprocessing.freeze_support">multiprocessing.freeze_support</a>
|
||||
• <a href="#multiprocessing.pool">multiprocessing.pool</a>
|
||||
• <a href="#ntpath">ntpath</a>
|
||||
• <a href="#operator">operator</a>
|
||||
• <a href="#os">os</a>
|
||||
@@ -178,7 +183,6 @@ imports:
|
||||
• <a href="#time">time</a>
|
||||
• <a href="#traceback">traceback</a>
|
||||
• <a href="#types">types</a>
|
||||
• <a href="#unittest">unittest</a>
|
||||
• <a href="#warnings">warnings</a>
|
||||
• <a href="#weakref">weakref</a>
|
||||
|
||||
@@ -347,7 +351,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="#pickle">pickle</a>
|
||||
<a href="#copy">copy</a>
|
||||
• <a href="#xml.sax">xml.sax</a>
|
||||
|
||||
</div>
|
||||
@@ -6141,8 +6145,8 @@ imported by:
|
||||
<a target="code" href="///C:/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0/lib/copy.py" type="text/plain"><tt>copy</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#copyreg">copyreg</a>
|
||||
• <a href="#org">org</a>
|
||||
<a href="#'org.python'">'org.python'</a>
|
||||
• <a href="#copyreg">copyreg</a>
|
||||
• <a href="#types">types</a>
|
||||
• <a href="#weakref">weakref</a>
|
||||
|
||||
@@ -13606,10 +13610,13 @@ imports:
|
||||
<a href="#multiprocessing">multiprocessing</a>
|
||||
• <a href="#multiprocessing.AuthenticationError">multiprocessing.AuthenticationError</a>
|
||||
• <a href="#multiprocessing.BufferTooShort">multiprocessing.BufferTooShort</a>
|
||||
• <a href="#multiprocessing.Pool">multiprocessing.Pool</a>
|
||||
• <a href="#multiprocessing.TimeoutError">multiprocessing.TimeoutError</a>
|
||||
• <a href="#multiprocessing.connection">multiprocessing.connection</a>
|
||||
• <a href="#multiprocessing.context">multiprocessing.context</a>
|
||||
• <a href="#multiprocessing.cpu_count">multiprocessing.cpu_count</a>
|
||||
• <a href="#multiprocessing.forkserver">multiprocessing.forkserver</a>
|
||||
• <a href="#multiprocessing.freeze_support">multiprocessing.freeze_support</a>
|
||||
• <a href="#multiprocessing.get_context">multiprocessing.get_context</a>
|
||||
• <a href="#multiprocessing.get_start_method">multiprocessing.get_start_method</a>
|
||||
• <a href="#multiprocessing.pool">multiprocessing.pool</a>
|
||||
@@ -13649,6 +13656,7 @@ imported by:
|
||||
• <a href="#multiprocessing.spawn">multiprocessing.spawn</a>
|
||||
• <a href="#multiprocessing.synchronize">multiprocessing.synchronize</a>
|
||||
• <a href="#multiprocessing.util">multiprocessing.util</a>
|
||||
• <a href="#optimize_textures.py">optimize_textures.py</a>
|
||||
• <a href="#pyi_rth_multiprocessing.py">pyi_rth_multiprocessing.py</a>
|
||||
|
||||
</div>
|
||||
@@ -13679,6 +13687,18 @@ imported by:
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="multiprocessing.Pool"></a>
|
||||
<a target="code" href="" type="text/plain"><tt>multiprocessing.Pool</tt></a>
|
||||
<span class="moduletype">MissingModule</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#multiprocessing">multiprocessing</a>
|
||||
• <a href="#optimize_textures.py">optimize_textures.py</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="multiprocessing.TimeoutError"></a>
|
||||
<a target="code" href="" type="text/plain"><tt>multiprocessing.TimeoutError</tt></a>
|
||||
@@ -13783,6 +13803,18 @@ imported by:
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="multiprocessing.cpu_count"></a>
|
||||
<a target="code" href="" type="text/plain"><tt>multiprocessing.cpu_count</tt></a>
|
||||
<span class="moduletype">MissingModule</span> <div class="import">
|
||||
imported by:
|
||||
<a href="#multiprocessing">multiprocessing</a>
|
||||
• <a href="#optimize_textures.py">optimize_textures.py</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="node">
|
||||
<a name="multiprocessing.dummy"></a>
|
||||
<a target="code" href="///C:/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0/lib/multiprocessing/dummy/__init__.py" type="text/plain"><tt>multiprocessing.dummy</tt></a>
|
||||
@@ -13858,6 +13890,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="#multiprocessing">multiprocessing</a>
|
||||
• <a href="#optimize_textures.py">optimize_textures.py</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>
|
||||
@@ -13972,6 +14016,7 @@ imported by:
|
||||
• <a href="#multiprocessing.context">multiprocessing.context</a>
|
||||
• <a href="#multiprocessing.dummy">multiprocessing.dummy</a>
|
||||
• <a href="#multiprocessing.managers">multiprocessing.managers</a>
|
||||
• <a href="#optimize_textures.py">optimize_textures.py</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -19527,7 +19572,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="#copy">copy</a>
|
||||
<a href="#pickle">pickle</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -20297,14 +20342,14 @@ imported by:
|
||||
<a target="code" href="///C:/Program%20Files/WindowsApps/PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0/lib/pickle.py" type="text/plain"><tt>pickle</tt></a>
|
||||
<span class="moduletype">SourceModule</span> <div class="import">
|
||||
imports:
|
||||
<a href="#'org.python'">'org.python'</a>
|
||||
• <a href="#_compat_pickle">_compat_pickle</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>
|
||||
@@ -29781,7 +29826,6 @@ imported by:
|
||||
• <a href="#numpy.testing">numpy.testing</a>
|
||||
• <a href="#numpy.testing._private.parameterized">numpy.testing._private.parameterized</a>
|
||||
• <a href="#numpy.testing._private.utils">numpy.testing._private.utils</a>
|
||||
• <a href="#optimize_textures.py">optimize_textures.py</a>
|
||||
• <a href="#unittest">unittest</a>
|
||||
• <a href="#unittest._log">unittest._log</a>
|
||||
• <a href="#unittest.async_case">unittest.async_case</a>
|
||||
@@ -31465,7 +31509,6 @@ 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">
|
||||
@@ -31496,7 +31539,6 @@ imported by:
|
||||
• <a href="#plistlib">plistlib</a>
|
||||
• <a href="#xml.dom.expatbuilder">xml.dom.expatbuilder</a>
|
||||
• <a href="#xml.etree.ElementTree">xml.etree.ElementTree</a>
|
||||
• <a href="#xml.parsers">xml.parsers</a>
|
||||
• <a href="#xml.sax.expatreader">xml.sax.expatreader</a>
|
||||
• <a href="#xmlrpc.client">xmlrpc.client</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user