--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RopeUtilities.html Sun Oct 13 15:49:43 2024 +0200 @@ -0,0 +1,62 @@ +<!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>