google.appengine.api.search.FacetRange

A facet range with start and end values.

Inherits From: expected_type

An example of a FacetRange for good rating is: FacetRange(start=3.0, end=3.5)

start Start value for the range, inclusive.
end End value for the range. exclusive.

TypeError If any of the parameters have invalid types, or an unknown attribute is passed.
ValueError If any of the parameters have invalid values.

end Returns exclusive end of the range.
start Returns inclusive start of the range.