We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c06a0 commit 8c06d1cCopy full SHA for 8c06d1c
1 file changed
README.md
@@ -154,6 +154,7 @@ del d['profile', 'lastname']
154
155
#### Custom keypath separator
156
You can customize the keypath separator passing the `keypath_separator` argument in the constructor.
157
+
158
If you pass an existing dict to the constructor and its keys contain the keypath separator an `Exception` will be raised.
159
160
```python
@@ -162,6 +163,7 @@ d = benedict(existing_dict, keypath_separator='/')
162
163
164
#### Change keypath separator
165
You can change the `keypath_separator` at any time using the `getter/setter` property.
166
167
If any existing key contains the new `keypath_separator` an `Exception` will be raised.
168
169
0 commit comments