Skip to main content

dict that allows dependency definition.

Project description

An AutoRecalcDict is a subclass of dict that allows the user to create a standard python dict, but to also allow specifications for dependency lists that are on specific targets. Typical usage would be when you want a dict entry to automagically be recomputed if a dependency changes.

For example:

ard is an AutoRecalcDict and has keys called ‘target’, ‘dep1’, ‘dep2’ and ‘dep3’. The user wants the value of ard[‘target’] to be recomputed via a user defined function ff.

The calling sequence of function ff is defined as having three arguments: 1. self (ff will be converted to an instance method of ard) 2. target (the index into ard) 3. deplist (the list of keys that target depends upon).

Included in autorecalcdict.py is a class called DepDescFunc. This is used to create the instance needed by AutoRecalcDict to know what targets are dependent on which dependency lists and the function needed to update the target.

See the module for examples of usage.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AutoRecalcDict-0.1.0.zip (17.4 kB view details)

Uploaded Source

File details

Details for the file AutoRecalcDict-0.1.0.zip.

File metadata

  • Download URL: AutoRecalcDict-0.1.0.zip
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for AutoRecalcDict-0.1.0.zip
Algorithm Hash digest
SHA256 69a0976283c59624f6e049bfcb5434900c5751ef354058e1e3b53f4ce5f7dbd6
MD5 f51458afe28494c2a6ace4260f8bcd86
BLAKE2b-256 b0743ca41ac657535522c66542a2cc487528773881df748511947bb57bdfe8a1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page