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.NaturalOrder( *, ascending: bool = True, )
True
atoti.StringComparison.digits
"numeric"
level.order = tt.NaturalOrder(ascending=False) level.ordering = tt.Ordering( direction="descending", string_comparison=tt.StringComparison(digits="numeric"), )
bool
Was this page helpful?