Przeglądaj źródła

docstring to method

oz123 11 lat temu
rodzic
commit
697366a08b
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      pwman/ui/base.py

+ 4 - 1
pwman/ui/base.py

@@ -173,7 +173,10 @@ class BaseUI(object):
         pass
 
     def _tags(self, enc):
-        # TODO: unittest for this method ...
+        """
+        read tags from TAGS table in DB,
+        this method has a working unittest
+        """
         tags = self._db.listtags()
         if tags:
             _tags = [''] * len(tags)