|
|
get_custom_colorizer(self)
Returns a converter for values from [0.0, 1.0] to a RGB triple. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
render_properties(self,
mode,
context,
props)
Prepare rendering of a collection of properties. |
source code
|
|
|
|
render_property(self,
name,
mode,
context,
props)
Renders a node property to HTML. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
get_annotation_data(self,
context)
Cache the annotation data corresponding to each revision. |
source code
|
|
|
|
| annotate_row(self,
context,
row,
lineno,
line,
blame_annotator) |
source code
|
|
|
|
|
|
|
|
|
|
| expand_macro(self,
formatter,
name,
content) |
source code
|
|
|
Inherited from core.Component:
__repr__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
realm = 'source'
|
|
|
downloadable_paths = <ListOption [browser] 'downloadable_paths'>
|
|
|
color_scale = <BoolOption [browser] 'color_scale'>
|
|
|
NEWEST_COLOR = (255, 136, 136)
|
|
|
newest_color = <Option [browser] 'newest_color'>
|
|
|
OLDEST_COLOR = (136, 136, 255)
|
|
|
oldest_color = <Option [browser] 'oldest_color'>
|
|
|
intermediate_point = <Option [browser] 'intermediate_point'>
|
|
|
intermediate_color = <Option [browser] 'intermediate_color'>
|
|
|
render_unsafe_content = <BoolOption [browser] 'render_unsafe_c...
|
|
|
hidden_properties = <ListOption [browser] 'hide_properties'>
|
|
|
PATH_LINK_RE = re.compile(r'([^@#:]*)[@:]([^#:]+)?(?::(\d+(?:-...
|