Skip to content

QueryOperator

adasThePrime edited this page Apr 11, 2026 · 1 revision

QueryOperator

Operators for visualization query filters.

from pyahoo import QueryOperator
# or
from pyahoo.enums import QueryOperator

Members

  • AND: Logical AND.
  • OR: Logical OR.
  • EQ: Equal to.
  • GT: Greater than.
  • LT: Less than.
  • GTE: Greater than or equal to.
  • LTE: Less than or equal to.
  • BTWM: Between.

Clone this wiki locally