******** Location ******** An important aspect of configuration parsers is to locate the place where a value was defined, or where an error occurred. For this reason, every value contains a location instance, that points to the place where the value was defined. Interface ========= .. autoclass:: erbsland.conf.Location :members: .. autoclass:: erbsland.conf.Position :members: