class documentation

class SearchMatchFieldOptions(bb.Struct): (source)

View In Hierarchy

:ivar files.SearchMatchFieldOptions.include_highlights: Whether to include highlight span from file title.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable include_highlights Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _include_highlights_value Undocumented
def __init__(self, include_highlights=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

include_highlights = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_include_highlights_value = (source)

Undocumented