This website works better with JavaScript.
Explore
Help
Sign In
ic
/
magnum-bindings
Watch
6
Star
0
Fork
You've already forked magnum-bindings
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
632
Commits
4
Branches
2
Tags
2.4 MiB
Tree:
1f5a8494d4
appveyor-coverage
dev
master
next
v2019.10
v2020.06
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1f5a8494d4'
${ noResults }
magnum-bindings
/
src
/
python
/
corrade
/
test
/
file.conf
7 lines
90 B
Raw
Normal View
History
Unescape
Escape
python: expose essentials of utility.ConfigurationGroup. Need that for configuring plugins -- originally thought I'd wait until the class is reworked, but that isn't coming anytime soon given there's insane pressure on other things, so I have to figure out a plan B. The interface is the most barebones possible, exposing nothing that I'd later plan to rename or remove. Just the least possible amount of APIs to make it possible to configure plugins, and no custom type support yet either -- if you need to write a vector, write it as a formatted string instead, sorry. To make it possible to test the APIs in isolation instead of through the plugin interface, I added also a Configuration class. Also just the least amount possible to cover the code with tests.
3 years ago
someKey=42
[someGroup]
value=hello
[someGroup/subgroup]
anotherValue=another
[emptyGroup]