class _ValueFormatter:
repr()
on the _ValueFormatter
. Used for presenting default values of parameters.Method | __init__ |
Undocumented |
Method | __repr__ |
Present the python value as HTML. Without the englobing <code> tags. |
Instance Variable | _colorized |
The colorized value as ParsedDocstring . |
Instance Variable | _linker |
Linker. |
Undocumented
Parameters | |
value:Any | Undocumented |
ctx:model.Documentable | Undocumented |