Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-odict

Dictionary in which the *insertion* order of items is preserved (using an internal double linked list). In this implementation replacing an existing item keeps it at its original position. Internal representation: values of the dict:: [pred_key, val, succ_key] The sequence of elements uses as a double linked list. The ``links`` are dict keys. ``self.lh`` and ``self.lt`` are the keys of first and last element inseted in the odict. In a C reimplementation of this data structure, things can be simplified (and speed up) a lot if given a value you can at the same time find its key. With that, you can use normal C pointers.

Found 1 sites for python-odict

Found 2 RPM for python-odict

PackageSummaryDistributionDownload
python-odict-1.5.1-bp153.1.13.noarch.htmlOrdered dictionaryOpenSuSE Leap 15.3 for noarchpython-odict-1.5.1-bp153.1.13.noarch.rpm
python-odict-1.5.1-lp152.3.3.noarch.htmlOrdered dictionaryOpenSuSE Leap 15.2 for noarchpython-odict-1.5.1-lp152.3.3.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet