Skip to main content

# dynobject Dynamic object class which allows dynamic adding of attributes on the run and dict-like access to the attributes.

`python >>> d = DynObject() >>> d.x = 10 # dynamic adding of attributes >>> d.x # access to attributes 10 >>> d["x"] # access to attribute like to a dict 10 `

Release history Release notifications | RSS feed

This release

0.1.0 This release

Supported by

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