.. _examples.extra.service_overriding: Overriding built-in services ============================ If you want to override or extend the behaviour of some service, you can do so by providing your own class. Generally, you can achieve it by supplying your service on the local level (preferred) or global level. .. literalinclude:: ../../../examples/extra/service_overriding.py :language: python :caption: See `service_overriding.py `_ on GitHub. :lines: 8-