Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Atoti Python SDK
atoti.CustomOrder( *, first_elements: Sequence[bool | int | float | date | datetime | time | str], )
atoti.Ordering.first
level.order = tt.CustomOrder(first_elements=["Jan", "Feb"]) level.ordering = tt.Ordering(first=["Jan", "Feb"])
Sequence[bool | int | float | date | datetime | time | str]
Was this page helpful?