瀏覽代碼

docstring to method

oz123 11 年之前
父節點
當前提交
697366a08b
共有 1 個文件被更改,包括 4 次插入1 次删除
  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)