tkopecek / koji

Forked from koji 7 years ago
Clone

abcf99b add docstring and replace func name by a good one.

2 files Authored by xning 7 years ago, Committed by mikem 7 years ago,
    add docstring and replace func name by a good one.
    
    1. follow PEP-257 add docstring.
    2. change func naem "task_result_to_html_or_string" to "task_result_to_html".
    3. add postfix instance attribute for TaskResultLine.
    4. add empty_str_placeholder instance attribute for TaskResultFragment.
    5. recover class NoSuchException.
    6. honoring line limit for dictionaries.
    
        
file modified
+1 -1
file modified
+52 -24