Package epydoc :: Package markup :: Module pyval_repr :: Class ColorizedPyvalRepr
[hide private]
[frames] | no frames]

Class ColorizedPyvalRepr

source code


Instance Methods [hide private]
 
__init__(self, tree, score, is_complete) source code
call graph 

Inherited from epytext.ParsedEpytextDocstring: __str__, index_terms, split_fields, summary, to_html, to_latex, to_plaintext

Inherited from ParsedDocstring: __add__, concatenate

Class Variables [hide private]

Inherited from epytext.ParsedEpytextDocstring: SYMBOL_TO_HTML, SYMBOL_TO_LATEX

Inherited from epytext.ParsedEpytextDocstring (private): _SUMMARY_RE

Instance Variables [hide private]
  is_complete
True if this colorized repr completely describes the object.
  score
A score, evaluating how good this repr is.
Method Details [hide private]

__init__(self, tree, score, is_complete)
(Constructor)

source code 
call graph 
Overrides: epytext.ParsedEpytextDocstring.__init__