class documentation

class HighlightSpan(bb.Struct): (source)

View In Hierarchy

:ivar files.HighlightSpan.highlight_str: String to be determined whether it should be highlighted or not. :ivar files.HighlightSpan.is_highlighted: The string should be highlighted or not.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable highlight_str Undocumented
Instance Variable is_highlighted Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _highlight_str_value Undocumented
Instance Variable _is_highlighted_value Undocumented
def __init__(self, highlight_str=None, is_highlighted=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

highlight_str = (source)

Undocumented

is_highlighted = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_highlight_str_value = (source)

Undocumented

_is_highlighted_value = (source)

Undocumented