diff options
| -rwxr-xr-x[-rw-r--r--] | examples/empty_class.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/empty_class.py b/examples/empty_class.py index 4d74e55..db1f9c1 100644..100755 --- 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): """ |
