morepath.implicit – Implicit Dispatch Lookup

Track whether we want implicit lookup behavior.

You can control this behavior from here. morepath.enable_implicit() and morepath.disable_implicit(), currently exported to the public API, are now deprecated.

morepath.implicit.set_implicit(lookup)

Set the implicit reg.Lookup to use for generic dispatch.

Lookup:reg.Lookup instance.