Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<!DOCTYPE html> <html><head> <title>eric7.RemoteServer.EricServerCoverageRequestHandler</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.RemoteServer.EricServerCoverageRequestHandler</h1> <p> Module implementing the code coverage request handler of the eric-ide server. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#EricServerCoverageRequestHandler">EricServerCoverageRequestHandler</a></td> <td>Class implementing the code coverage request handler of the eric-ide server.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="EricServerCoverageRequestHandler" ID="EricServerCoverageRequestHandler"></a> <h2>EricServerCoverageRequestHandler</h2> <p> Class implementing the code coverage request handler of the eric-ide server. </p> <h3>Derived from</h3> EricServerBaseRequestHandler <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="#EricServerCoverageRequestHandler.__init__">EricServerCoverageRequestHandler</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#EricServerCoverageRequestHandler.__analyzeDirectory">__analyzeDirectory</a></td> <td>Private method to analyze files of a directory tree.</td> </tr> <tr> <td><a href="#EricServerCoverageRequestHandler.__analyzeFile">__analyzeFile</a></td> <td>Private method to analyze a single file.</td> </tr> <tr> <td><a href="#EricServerCoverageRequestHandler.__analyzeFiles">__analyzeFiles</a></td> <td>Private method to analyze a list of files.</td> </tr> <tr> <td><a href="#EricServerCoverageRequestHandler.__loadCoverageData">__loadCoverageData</a></td> <td>Private method to load the data collected by a code coverage run.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="EricServerCoverageRequestHandler.__init__" ID="EricServerCoverageRequestHandler.__init__"></a> <h4>EricServerCoverageRequestHandler (Constructor)</h4> <b>EricServerCoverageRequestHandler</b>(<i>server</i>) <p> Constructor </p> <dl> <dt><i>server</i> (EricServer)</dt> <dd> reference to the eric-ide server object </dd> </dl> <a NAME="EricServerCoverageRequestHandler.__analyzeDirectory" ID="EricServerCoverageRequestHandler.__analyzeDirectory"></a> <h4>EricServerCoverageRequestHandler.__analyzeDirectory</h4> <b>__analyzeDirectory</b>(<i>params</i>) <p> Private method to analyze files of a directory tree. </p> <dl> <dt><i>params</i> (dict)</dt> <dd> dictionary containing the request data </dd> </dl> <dl> <dt>Return:</dt> <dd> dictionary containing the reply data </dd> </dl> <dl> <dt>Return Type:</dt> <dd> dict </dd> </dl> <a NAME="EricServerCoverageRequestHandler.__analyzeFile" ID="EricServerCoverageRequestHandler.__analyzeFile"></a> <h4>EricServerCoverageRequestHandler.__analyzeFile</h4> <b>__analyzeFile</b>(<i>params</i>) <p> Private method to analyze a single file. </p> <dl> <dt><i>params</i> (dict)</dt> <dd> dictionary containing the request data </dd> </dl> <dl> <dt>Return:</dt> <dd> dictionary containing the reply data </dd> </dl> <dl> <dt>Return Type:</dt> <dd> dict </dd> </dl> <a NAME="EricServerCoverageRequestHandler.__analyzeFiles" ID="EricServerCoverageRequestHandler.__analyzeFiles"></a> <h4>EricServerCoverageRequestHandler.__analyzeFiles</h4> <b>__analyzeFiles</b>(<i>params</i>) <p> Private method to analyze a list of files. </p> <dl> <dt><i>params</i> (dict)</dt> <dd> dictionary containing the request data </dd> </dl> <dl> <dt>Return:</dt> <dd> dictionary containing the reply data </dd> </dl> <dl> <dt>Return Type:</dt> <dd> dict </dd> </dl> <a NAME="EricServerCoverageRequestHandler.__loadCoverageData" ID="EricServerCoverageRequestHandler.__loadCoverageData"></a> <h4>EricServerCoverageRequestHandler.__loadCoverageData</h4> <b>__loadCoverageData</b>(<i>params</i>) <p> Private method to load the data collected by a code coverage run. </p> <dl> <dt><i>params</i> (dict)</dt> <dd> dictionary containing the request data </dd> </dl> <dl> <dt>Return:</dt> <dd> dictionary containing the reply data </dd> </dl> <dl> <dt>Return Type:</dt> <dd> dict </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>