Package rtslib :: Module config_parser :: Class PolicyParser
[hide private]
[frames] | no frames]

Class PolicyParser

  object --+    
           |    
ConfigParser --+
               |
              PolicyParser

Our policy format parser.

Instance Methods [hide private]
 
_init_parser(self)
 
_parse_action_attr(self, source, idx, tokin)
 
_parse_action_obj(self, source, idx, tokin)

Inherited from ConfigParser: __init__, parse_file, parse_string

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from ConfigParser: obj_classes

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_init_parser(self)

 
Overrides: ConfigParser._init_parser

_parse_action_attr(self, source, idx, tokin)

 
Overrides: ConfigParser._parse_action_attr

_parse_action_obj(self, source, idx, tokin)

 
Overrides: ConfigParser._parse_action_obj