Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Document is_reference and is_identifier attributes of Filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Aug 12, 2015
1 parent 3ad80cb commit 8ec04d4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dxr/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ class Filter(object):
one encountered will be used. An empty description will hide a filter
from the menu. This should probably be used only internally, by the
TextFilter.
:ivar union_only: Whether this filter will always be ORed with others of the same name,
useful for filters where the intersection would always be empty, such as extensions
:ivar union_only: Whether this filter will always be ORed with others of
the same name, useful for filters where the intersection would always
be empty, such as extensions
:ivar is_reference: Whether to include this filter in the "ref:" aggregate
filter
:ivar is_identifier: Whether to include this filter in the "id:" aggregate
filter
"""
domain = LINE
Expand Down

0 comments on commit 8ec04d4

Please sign in to comment.