You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,8 @@ or using the `getter/setter` property.
129
129
d.keyattr_dynamic =True
130
130
```
131
131
132
-
> **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.
132
+
> [!WARNING]
133
+
> 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.
133
134
134
135
### Keylist
135
136
Wherever a **key** is used, it is possible to use also a **list of keys**.
@@ -281,13 +282,10 @@ Here are the details of the supported formats, operations and extra options docs
0 commit comments