From ac8ba093907c3b4dee111b582bbf224cdfa18094 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sun, 23 Jun 2013 23:30:44 +0200 Subject: add information about method execution in the empty_class example --- examples/empty_class.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 examples/empty_class.py diff --git a/examples/empty_class.py b/examples/empty_class.py old mode 100644 new mode 100755 index 4d74e55..db1f9c1 --- a/examples/empty_class.py +++ b/examples/empty_class.py @@ -1,6 +1,10 @@ class Py3status: """ - Empty and basic py3status class + Empty and basic py3status class. + + NOTE: py3status will NOT execute : + - methods starting with '_' + - methods decorated by @property and @staticmethod """ def empty(self, json, i3status_config): """ -- cgit v1.3