rpki.config.parser Class Reference
List of all members.
Detailed Description
Definition at line 23 of file config.py.
Member Function Documentation
def rpki.config.parser.__init__ |
( |
|
self, |
|
|
|
file = None , |
|
|
|
section = None | |
|
) |
| | |
def rpki.config.parser.get |
( |
|
self, |
|
|
|
option, |
|
|
|
default = None , |
|
|
|
section = None | |
|
) |
| | |
Get an option, perhaps with a default value.
Definition at line 49 of file config.py.
def rpki.config.parser.multiget |
( |
|
self, |
|
|
|
option, |
|
|
|
section = None | |
|
) |
| | |
Parse OpenSSL-style foo.0, foo.1, ... subscripted options.
Returns a list of values matching the specified option name.
Definition at line 32 of file config.py.
Member Data Documentation
The documentation for this class was generated from the following file: