{ } Raw JSON

bundles / astropy latest / astropy / extern / configobj / configobj / Section / __init__

function

astropy.extern.configobj.configobj:Section.__init__

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

Signature

def   __init__ ( self parent depth main indict = None name = None )

Summary

  • parent is the section above

  • depth is the depth level of this section

  • main is the main ConfigObj

  • indict is a dictionary to initialise the section with

Aliases

  • astropy.config.configuration.configobj.Section.__init__