package scfg
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Scfg.Query
Source
Module providing functions to search inside a config.
Returns a list of directives with the provided name from a list of directives.
Returns the first directive with the provided name from a list of directive.
Same as get_dir
but raises if no directive is found.
Extract a given number of parameters from a directive.
Extract a parameter at a given index from a directive.
Same as get_param
but raises if an error occurs.
Extract a bool parameter at a given index from a directive.
Same as get_param_bool
but raises if an error occurs.
Extract an int parameter at a given index from a directive.
Same as get_param_int
but raises if an error occurs.
Extract a positive int parameter at a given index from a directive.
Same as get_param_pos_int
but raises if an error occurs.
Extract a float parameter at a given index from a directive.
Same as get_param_float
but raises if an error occurs.