bundles / astropy latest / astropy / extern / configobj / configobj / ConfigObj / _match_depth
function
astropy.extern.configobj.configobj:ConfigObj._match_depth
source: /astropy/extern/configobj/configobj.py :1703
Signature
def _match_depth ( self , sect , depth ) Summary
Given a section and a depth level, walk back through the sections parents to see if the depth level matches a previous section.
Extended Summary
Return a reference to the right section, or raise a SyntaxError.
Aliases
-
astropy.config.configuration.configobj.ConfigObj._match_depth