Sfoglia il codice sorgente

docstring to method

oz123 11 anni fa
parent
commit
697366a08b
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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)