montague.loadwsgi

class montague.loadwsgi.CompositeHelper(loader)[source]
get_app(name='main', global_conf=None)[source]
class montague.loadwsgi.Loader(path)[source]
__eq__(other)

Automatically created by characteristic.

__ge__(other)

Automatically created by characteristic.

__gt__(other)

Automatically created by characteristic.

__hash__()

Automatically created by characteristic.

__le__(other)

Automatically created by characteristic.

__lt__(other)

Automatically created by characteristic.

__ne__(other)

Automatically created by characteristic.

__repr__()

Automatically created by characteristic.

__setattr__(attr, value)

Immutability sentry automatically created by characteristic.

If an attribute is attempted to be set from any other place than an initializer, a TypeError is raised. Else the original __setattr__ is called.

app_config(name=None)[source]
characteristic_attributes = [<Attribute(name='path', exclude_from_cmp=False, exclude_from_init=False, exclude_from_repr=False, exclude_from_immutable=False, default_value=NOTHING, default_factory=None, instance_of=None, init_aliaser=None)>]
config
filter_config(name=None)[source]
load_app(name=None)[source]
load_filter(name=None)[source]
load_server(name=None)[source]
logging_config(name=None)[source]
server_config(name=None)[source]
montague.loadwsgi.lookup_object(spec)[source]

Looks up a module or object from a some.module:func_name specification. To just look up a module, omit the colon and everything after it.