Tue, 10 Dec 2024 15:49:01 +0100
Updated copyright for 2025.
<!DOCTYPE html> <html><head> <title>Plugin_Refactoring_Rope.RefactoringRope.RopeUtilities</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>Plugin_Refactoring_Rope.RefactoringRope.RopeUtilities</h1> <p> Module implementing some utility functions. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr><td>None</td></tr> </table> <h3>Functions</h3> <table> <tr> <td><a href="#isRemoteFileName">isRemoteFileName</a></td> <td>Function to check, if the given file name is a remote file name.</td> </tr> </table> <hr /> <hr /> <a NAME="isRemoteFileName" ID="isRemoteFileName"></a> <h2>isRemoteFileName</h2> <b>isRemoteFileName</b>(<i>fileName</i>) <p> Function to check, if the given file name is a remote file name. </p> <dl> <dt><i>fileName</i> (str)</dt> <dd> file name to be checked </dd> </dl> <dl> <dt>Return:</dt> <dd> flag indicating a remote file name </dd> </dl> <dl> <dt>Return Type:</dt> <dd> bool </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>