Skip to content

SortType

adasThePrime edited this page Apr 13, 2026 · 1 revision

SortType

Sort direction for visualization queries.

from pyahoo import SortType
# or
from pyahoo.enums import SortType

Members

  • ASC: Ascending order.
  • DESC: Descending order.

Clone this wiki locally