Use variables in another section in Python ConfigParser -


I know that I can use% (values) s to use the variables present in the config file. But it seems that I can only use variables in that section. Is there any way to use variables in other classes?

Take a look This will refer you to the $ {section: Option} syntax.


Comments

Popular posts from this blog

php - Select box validation (in laravel) -

pandas - Iterate on Groupby Object's fields -

Creating a sparse matrix in Matlab with a specified number of independent Bernoulli +-1 nonzero entries -