src/eric7/Documentation/Source/eric7.SystemUtilities.OSUtilities.html

branch
eric7
changeset 10431
64157aeb0312
parent 10340
548b4c7f410e
child 10479
856476537696
diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.SystemUtilities.OSUtilities.html
--- a/src/eric7/Documentation/Source/eric7.SystemUtilities.OSUtilities.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.OSUtilities.html	Thu Dec 21 12:03:40 2023 +0100
@@ -85,21 +85,26 @@
 </p>
 <dl>
 
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
-key of the requested environment entry (string)
+key of the requested environment entry
 </dd>
-<dt><i>default</i></dt>
+<dt><i>default</i> (str)</dt>
 <dd>
-value to be returned, if the environment doesn't contain
-        the requested entry (string)
+value to be returned, if the environment doesn't contain the
+        requested entry
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-the requested entry or the default value, if the entry wasn't
-        found (string or None)
+the requested entry or the default value, if the entry wasn't found
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -115,7 +120,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-home directory (string)
+home directory
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -131,7 +142,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-real name of the user (string)
+real name of the user
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -147,7 +164,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-user name (string)
+user name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -280,7 +303,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-user name (string)
+user name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -295,15 +324,21 @@
 </p>
 <dl>
 
-<dt><i>pid</i></dt>
+<dt><i>pid</i> (int)</dt>
 <dd>
-process id (integer)
+process id
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-result of the kill (boolean)
+result of the kill
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -319,7 +354,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-real name of the current user (string)
+real name of the current user
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial