{ } Raw JSON

bundles / astropy latest / astropy / extern / configobj / configobj / Section / dict

function

astropy.extern.configobj.configobj:Section.dict

source: /astropy/extern/configobj/configobj.py :755

Signature

def   dict ( self )

Summary

Return a deepcopy of self as a dictionary.

Extended Summary

All members that are Section instances are recursively turned to ordinary dictionaries - by calling their dict method.

>>> n = a.dict()
>>> n == a
1
>>> n is a
0

Aliases

  • astropy.config.configuration.configobj.Section.dict