Lines Matching full:configuration
4 """Paste Configuration Middleware and Objects"""
11 This is a configuration object that can be used globally,
12 imported, have references held onto. The configuration may differ
19 # configuration to itself? Probably the conf should become
28 Make ``conf`` the active configuration for this thread.
29 Thread-local configuration always overrides process-wide
30 configuration.
45 Remove a thread-local configuration. If ``conf`` is given,
46 it is checked against the popped configuration and an error
53 Like push_thread_config, but applies the configuration to
76 "No configuration has been registered for this process "
87 configuration temporarily (for the length of the request) with
96 of the configuration `config`.