Globals/__init__.py

changeset 5859
28282fa0df7b
parent 5848
56388f41b1e6
child 6034
4f88f70d2cd4
--- a/Globals/__init__.py	Tue Aug 29 17:18:18 2017 +0200
+++ b/Globals/__init__.py	Wed Aug 30 10:55:00 2017 +0200
@@ -390,6 +390,8 @@
     
     @param txt Python string to be converted
     @type str, bytes, bytearray, unicode
+    @return converted QByteArray
+    @rtype QByteArray
     """
     if sys.version_info[0] == 2:
         if isinstance(txt, unicode):    # __IGNORE_WARNING__

eric ide

mercurial