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()
are exported to the public API.
-
morepath.implicit.set_implicit(lookup)¶ Set the implicit
reg.Lookupto use for generic dispatch.Lookup: reg.Lookupinstance.