Update docstrings (#7374)

* Update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* Update docstring

* Update docstrings

* Update docstrings

* Fix lint issues

* Update docstrings

* Revert changes in dict
This commit is contained in:
Fabian Affolter
2017-05-02 18:18:47 +02:00
committed by Paulus Schoutsen
parent 0e08925259
commit a4f1f6e724
340 changed files with 1533 additions and 1708 deletions

View File

@@ -107,7 +107,7 @@ class PushBulletNotificationProvider():
self.thread.start()
def on_push(self, data):
"""Method to update the current data.
"""Update the current data.
Currently only monitors pushes but might be extended to monitor
different kinds of Pushbullet events.
@@ -117,11 +117,11 @@ class PushBulletNotificationProvider():
@property
def data(self):
"""The current data stored in the provider."""
"""Return the current data stored in the provider."""
return self._data
def retrieve_pushes(self):
"""The method to run the daemon thread in.
"""Retrieve_pushes.
Spawn a new Listener and links it to self.on_push.
"""