Skip to content

Commit

Permalink
Add clarification about __query_wi__ to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Oct 31, 2024
1 parent 01d531e commit c9aedd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cf/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,11 @@ class Query:
evaluated.
====================== ==============================================
In general, each method must have the query value as it's only
parameter. The only exception is for `__query_isclose__`, which
In general, each method must have the query value as its only
parameter. The only exceptions are for `__query_isclose__`, which
also requires the absolute and relative numerical tolerances to be
provided.
provided, and for `__query_wi__`, which also requires upper and
lower interval openness Booleans to be provided.
When the condition is on an attribute, or nested attributes, of
the operand, the query interface method is looked for on the
Expand Down

0 comments on commit c9aedd4

Please sign in to comment.