Clean implementation for Ordered Dictionary

Clean implementation for Ordered Dictionary 1.0

Clean implementation for Ordered Dictionary 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 498
  • Released: Jun 7, 2007

Clean implementation for Ordered Dictionary 1.0 Description

This script allows you to record the order in which items are added. This implementation uses much less code than the others by extending not well-known class DictMixin.

Clean implementation for Ordered Dictionary 1.0 Keywords

Clean implementation for Ordered Dictionary Bookmark

Hyperlink code:
Hyperlink for Forum code:

Clean implementation for Ordered Dictionary 1.0 Script Download Notice

Top 4 Download periodically updates information of Clean implementation for Ordered Dictionary 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Clean implementation for Ordered Dictionary 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Dictionary Tools

Dictionary Tools script shows you a collection of some dictionary tools. ...
Python

Case insensitive Dictionary

Case-insensitive Dictionary script is a dictionary that has case-insensitive keys. An internal dictionary maps lowercase keys to (key,value) pairs. All key lookups are done against the lowercase keys, but all ...
Python

Dictionary tool for lazy typers

This script provides an alternative way of generating and updating dictionaries. It saves couple of keystrokes, making routine dict operations easier. ...
Python

List and dictionary observer

This script implements an observer pattern for dictionaries and lists. It does not support a one-many relation. The observer is sent enough information so that the change can be undone. ...
Python

Dictionary Mixin Framework

This script makes it easy to provide a full dictionary interface to a class defining only a few mapping methods for getting, setting, deleting, and listing keys. Also, a ... incorporate the mixin at runtime so that code for existing modules need not be modified.By usmodules nixin ... with your own and not break the mixin. For instance, your class may already define the .get() ...
Python