Utils Services

inyoka.utils.services

This module implements a simple dispatcher for services. Applications can still write their own but for 99% of the time this should work.

copyright:
  1. 2007-2024 by the Inyoka Team, see AUTHORS for more details.

license:

BSD, see LICENSE for more details.

class inyoka.utils.services.SimpleDispatcher(**methods)

A very basic dispatcher.

register(name=None)
inyoka.utils.services.never_cache(view_func)