Update `README.md`. [ci skip]

This commit is contained in:
Fabio Caccamo 2023-03-09 12:08:13 +01:00
parent 3ec3d2a966
commit c5d7eb7959
1 changed files with 2 additions and 0 deletions

View File

@ -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**.