HomeFreeBSD

This is an implementation of an ordered dictionary with Key Insertion

Description

This is an implementation of an ordered dictionary with Key Insertion
Order (KIO: updates of values do not affect the position of the key),
Key Value Insertion Order (KVIO, an existing key’s position is removed
and put at the back). The standard library module OrderedDict,
implemented later, implements a subset of ordereddict functionality.

WWW: https://bitbucket.org/ruamel/ordereddict

Details

Provenance
feldAuthored on
Parents
rP425182: Invoke is a Python (2.6+ and 3.3+) task execution tool & library,
Branches
Unknown
Tags
Unknown