The keystoneclient.openstack.common.iniparser Module

class keystoneclient.openstack.common.iniparser.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 keystoneclient.openstack.common.iniparser.ParseError(message, lineno, line)

Bases: exceptions.Exception

Previous topic

The keystoneclient.openstack.common.cfg Module

Next topic

The keystoneclient.openstack.common.jsonutils Module

This Page