Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 494 Bytes

chain.rst

File metadata and controls

16 lines (11 loc) · 494 Bytes

py

natsort

Help With Creating Function Keys

If you need to create a complicated key argument to (for example) natsorted that is actually multiple functions called one after the other, the following function can help you easily perform this action. It is used internally to natsort, and has been exposed publically for the convenience of the user.

chain_functions