The aspen.configuration object provides raw access to the parser objects
used to configure your server, and a number of basic settings.
The various parsers and raw settings are exposed as these members:
optparse.OptionParser.parse_args.
aspen._configuration.ConfFile; see below.
optparse.OptionParser instance.
optparse.Values instance per optparse.OptionParser.parse_args.
aspen._configuration.Paths; see below.
Furthermore, aspen.configuration exposes specific configuration settings
as these members:
AF_INET and AF_INET6
address) or string (for AF_UNIX) giving the address to which Aspen is
bound.
socket.AF_INET, socket.AF_INET6, and socket.AF_UNIX.
All members are intended to be read-only.
See Also:
ConfigParser
optparse
Aspen is copyright © 2006-2007 by Chad Whitacre and contributors, and is offered under the MIT license.