--- a/src/eric7/Documentation/Source/eric7.EricUtilities.EricMutexLocker.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricUtilities.EricMutexLocker.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricUtilities.EricMutexLocker</h1> - <p> Module implementing a context manager locking and unlocking a mutex. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricMutexLocker">EricMutexLocker</a></td> <td>Class implementing a context manager locking and unlocking a mutex.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="EricMutexLocker" ID="EricMutexLocker"></a> <h2>EricMutexLocker</h2> - <p> Class implementing a context manager locking and unlocking a mutex. </p> + <h3>Derived from</h3> contextlib.AbstractContextManager <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#EricMutexLocker.__init__">EricMutexLocker</a></td> <td>Constructor</td> @@ -67,19 +64,20 @@ <td>Special method called when exiting the runtime ccontext.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricMutexLocker.__init__" ID="EricMutexLocker.__init__"></a> <h4>EricMutexLocker (Constructor)</h4> <b>EricMutexLocker</b>(<i>mutex</i>) - <p> Constructor </p> + <dl> <dt><i>mutex</i> (QMutex or QRecursiveMutex)</dt> @@ -90,10 +88,10 @@ <a NAME="EricMutexLocker.__enter__" ID="EricMutexLocker.__enter__"></a> <h4>EricMutexLocker.__enter__</h4> <b>__enter__</b>(<i></i>) - <p> Special method called when entering the runtime ccontext. </p> + <dl> <dt>Return:</dt> <dd> @@ -109,10 +107,10 @@ <a NAME="EricMutexLocker.__exit__" ID="EricMutexLocker.__exit__"></a> <h4>EricMutexLocker.__exit__</h4> <b>__exit__</b>(<i>exc_type, exc_value, traceback</i>) - <p> Special method called when exiting the runtime ccontext. </p> + <dl> <dt><i>exc_type</i> (Class)</dt> @@ -143,4 +141,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>