This is a development version (9.14.0.dev) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.14.0.dev / IPython / utils / ipstruct / Struct

class

IPython.utils.ipstruct:Struct

source: /IPython/utils/ipstruct.py :29

Signature

class   Struct ( * args ** kw )

Members

Summary

A dict subclass with attribute style access.

Extended Summary

This dict subclass has a a few extra features:

  • Attribute style access.

  • Protection of class members (like keys, items) when using attribute style access.

  • The ability to restrict assignment to only existing keys.

  • Intelligent merging.

  • Overloaded operators.

Aliases

  • IPython.core.interactiveshell.Struct