Currently staticconf.get_<type>() functions return staticconf.proxy.ValueProxy, but this is not obvious from the name.
In the next major release we should break backwards compatibility and rename them to: staticconf.get_<type>_proxy() to better reflect what they are doing.