From: Zac Medico Date: Wed, 17 Jun 2009 18:34:43 +0000 (-0000) Subject: Add epydoc docstrings fro codes and color_codes variables. X-Git-Tag: v2.2_rc34~191 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55c3ceebe5c81147ee03f9b03c577f3958d88d1d;p=portage.git Add epydoc docstrings fro codes and color_codes variables. svn path=/main/trunk/; revision=13645 --- diff --git a/pym/portage/output.py b/pym/portage/output.py index fc9c882d2..a32a6e714 100644 --- a/pym/portage/output.py +++ b/pym/portage/output.py @@ -26,7 +26,10 @@ havecolor=1 dotitles=1 codes = {} +"""Maps color class to tuple of attribute names.""" + color_codes = {} +"""Maps attribute name to ansi code.""" esc_seq = "\x1b["