dbusmock.templates.notification_daemon ====================================== .. py:module:: dbusmock.templates.notification_daemon .. autoapi-nested-parse:: notification-daemon mock template This creates the expected methods and properties of the notification-daemon services, but no devices. You can specify non-default capabilities in "parameters". Attributes ---------- .. autoapisummary:: dbusmock.templates.notification_daemon.__author__ dbusmock.templates.notification_daemon.__copyright__ dbusmock.templates.notification_daemon.BUS_NAME dbusmock.templates.notification_daemon.MAIN_OBJ dbusmock.templates.notification_daemon.MAIN_IFACE dbusmock.templates.notification_daemon.SYSTEM_BUS dbusmock.templates.notification_daemon.default_caps Functions --------- .. autoapisummary:: dbusmock.templates.notification_daemon.load Module Contents --------------- .. py:data:: __author__ :value: 'Martin Pitt' .. py:data:: __copyright__ :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ (c) 2012 Canonical Ltd. (c) 2017 - 2022 Martin Pitt """ .. raw:: html
.. py:data:: BUS_NAME :value: 'org.freedesktop.Notifications' .. py:data:: MAIN_OBJ :value: '/org/freedesktop/Notifications' .. py:data:: MAIN_IFACE :value: 'org.freedesktop.Notifications' .. py:data:: SYSTEM_BUS :value: False .. py:data:: default_caps :value: ['body', 'body-markup', 'icon-static', 'image/svg+xml', 'private-synchronous', 'append',... .. py:function:: load(mock, parameters)