diff -r 866adc8c315b -r 0acf98cd089a eric6/Documentation/Source/eric6.Utilities.ModuleParser.html --- a/eric6/Documentation/Source/eric6.Utilities.ModuleParser.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.ModuleParser.html Mon Feb 01 10:38:16 2021 +0100 @@ -160,7 +160,7 @@ <dd> linenumber of the first attribute assignment (integer) </dd> -<dt><i>isSignal=</i></dt> +<dt><i>isSignal</i></dt> <dd> flag indicating a signal definition (boolean) </dd> @@ -358,7 +358,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the named attribute or None </dd> @@ -378,7 +378,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the named method or None </dd> @@ -843,7 +843,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> end line of the class/method/function (one based) </dd> @@ -863,7 +863,7 @@ this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A dictionary with inheritance hierarchies. </dd> @@ -876,7 +876,7 @@ Public method to retrieve the modules filename. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> module filename (string) </dd> @@ -889,7 +889,7 @@ Public method to retrieve the modules name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> module name (string) </dd> @@ -902,7 +902,7 @@ Public method to get the type of the module's source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> type of the modules's source (string) </dd> @@ -1070,7 +1070,7 @@ Public method to check, if the visibility is Private. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Private visibility (boolean) </dd> @@ -1083,7 +1083,7 @@ Public method to check, if the visibility is Protected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Protected visibility (boolean) </dd> @@ -1096,7 +1096,7 @@ Public method to check, if the visibility is Public. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Public visibility (boolean) </dd> @@ -1140,7 +1140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Length of the whitespace string after tab expansion. </dd> @@ -1178,7 +1178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the open file, pathname and description. Description is a tuple of file suffix, file mode and file type) @@ -1209,7 +1209,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> module type or -1 for failure (integer) </dd> @@ -1266,7 +1266,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to a Module object containing the parsed module information (Module)