Index of the default_sysconfig module
-
m
paste.script.default_sysconfig
...
- This module contains default sysconfig settings.
-
f
add_custom_options
...
- This method can modify the parser object (which is an
optparse.OptionParser instance). This can be used to add new
options to the command.
-
f
default_config_filename
...
- This function can return a default filename or directory for the
configuration file, if none was explicitly given.
-
f
install_variables
...
- Returns a dictionary of variables for use later in the process
(e.g., filling a configuration file). These are combined from all
sysconfig files.
-
f
post_setup_hook
...
- This is called at the very end of paster setup-app. You
might use it to register an application globally.