4a5c32e3759919d3eee21dd1621e984ddb1fe2dd,homeassistant/components/notify/nma.py,NmaNotificationService,send_message,#NmaNotificationService#Any#,63
Before Change
title = kwargs.get(ATTR_TITLE)
self.nma.push("home-assistant", title, message)
After Change
title = kwargs.get(ATTR_TITLE)
self._data["application"] = "home-assistant"
self._data["event"] = title
self._data["description"] = message
self._data["priority"] = 0
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: home-assistant/home-assistant
Commit Name: 4a5c32e3759919d3eee21dd1621e984ddb1fe2dd
Time: 2015-04-27
Author: fabian@affolter-engineering.ch
File Name: homeassistant/components/notify/nma.py
Class Name: NmaNotificationService
Method Name: send_message
Project Name: timvieira/arsenal
Commit Name: c583363d8aec9fddc80482251b1b558b6c4e8969
Time: 2020-04-03
Author: tim.f.vieira@gmail.com
File Name: tests/heap_test.py
Class Name:
Method Name: test_basic
Project Name: SeldonIO/seldon-core
Commit Name: 9c18a7b98dbdde515d75e67009ceb4424a22cb48
Time: 2020-06-11
Author: agm@seldon.io
File Name: testing/scripts/e2e_utils/install.py
Class Name:
Method Name: install_seldon