From c5d7eb7959f6874e2b883ab44c93d2267185bd88 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 9 Mar 2023 12:08:13 +0100 Subject: [PATCH] Update `README.md`. [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ff55de..91ba831 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ You can disable the keyattr functionality using the `getter/setter` property. d.keyattr_enabled = False ``` +> **Warning** - even if this feature is very useful, it has some obvious limitations: it works only for string keys that are *unprotected* (not starting with an `_`) and that don't clash with the currently supported methods names. + ### Keylist Wherever a **key** is used, it is possible to use also a **list (or a tuple) of keys**.