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

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -