4.7. index_versorted()¶
-
natsort.index_versorted(seq, key=None, reverse=False, alg=0, **_kwargs)¶ Identical to
index_natsorted().This function exists for backwards compatibility with
index_natsortversion < 4.0.0. Future development should useindex_natsorted().Please see the
index_natsorted()documentation for use.See also