The nova.openstack.common.iniparser Module

class BaseParser

Bases: object

assignment(key, value)

Called when a full assignment is parsed

comment(comment)

Called when a comment is parsed

error_empty_key(line)
error_invalid_assignment(line)
error_no_section_end_bracket(line)
error_no_section_name(line)
error_unexpected_continuation(line)
lineno = 0
new_section(section)

Called when a new section is started

parse(lineiter)
parse_exc

alias of ParseError

exception ParseError(message, lineno, line)

Bases: exceptions.Exception

Previous topic

The nova.openstack.common.importutils Module

Next topic

The nova.openstack.common.jsonutils Module

This Page