diff -r 866adc8c315b -r 0acf98cd089a eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityContext.html --- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityContext.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityContext.html Mon Feb 01 10:38:16 2021 +0100 @@ -150,7 +150,7 @@ </tr> <tr> <td><a href="#SecurityContext.stringVal">stringVal</a></td> -<td>Public method to get the value of a standalone unicode or string object.</td> +<td>Public method to get the value of a standalone string object.</td> </tr> <tr> <td><a href="#SecurityContext.stringValAsEscapedBytes">stringValAsEscapedBytes</a></td> @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted Python object </dd> @@ -217,7 +217,7 @@ interactive use. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representation of the object </dd> @@ -236,7 +236,7 @@ Public method to get the value of a standalone bytes object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of a standalone bytes object </dd> @@ -255,7 +255,7 @@ Public method to get a list of function args. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of function args </dd> @@ -274,7 +274,7 @@ Public method to get the number of args a function call has. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of args a function call has </dd> @@ -293,7 +293,7 @@ Public method to get the name (not FQ) of a function call. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name (not FQ) of a function call </dd> @@ -312,7 +312,7 @@ Public method to get the FQ name of a function call. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> FQ name of a function call </dd> @@ -331,7 +331,7 @@ Public method to get a dictionary of keyword parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of keyword parameters </dd> @@ -362,7 +362,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> True if argument found and matched, False if found and not matched, None if argument not found at all @@ -383,7 +383,7 @@ function def. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of fully qualified default values in a function def </dd> @@ -410,7 +410,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the argument at the specified position if it exists </dd> @@ -436,7 +436,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the named argument </dd> @@ -462,7 +462,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number of the found argument or -1 </dd> @@ -488,7 +488,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> offset of the found argument or -1 </dd> @@ -515,7 +515,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the given module was found </dd> @@ -542,7 +542,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the given module was found </dd> @@ -569,7 +569,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the given module was found </dd> @@ -588,7 +588,7 @@ Public method to get the raw AST node associated with the context. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> raw AST node associated with the context </dd> @@ -607,7 +607,7 @@ Public method to get the raw AST for the current statement. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> raw AST for the current statement </dd> @@ -623,13 +623,12 @@ <b>stringVal</b>(<i></i>) <p> - Public method to get the value of a standalone unicode or string - object. + Public method to get the value of a standalone string object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> -value of a standalone unicode or string object +value of a standalone string object </dd> </dl> <dl> @@ -654,7 +653,7 @@ potentially badly encoded string in the code. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sequence of printable ascii bytes representing original string </dd>