4.3. versorted()¶
-
natsort.versorted(seq, key=None, reverse=False, alg=0, **_kwargs)¶ Identical to
natsorted().This function exists for backwards compatibility with natsort version < 4.0.0. Future development should use
natsorted().See also