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 fb3c4e7 commit b13e704Copy full SHA for b13e704
glom/mutation.py
@@ -6,6 +6,15 @@
6
:func:`~glom.assign` function, and the :func:`~glom.Assign` specifier
7
type.
8
9
+.. warning::
10
+
11
+ glom's deep assignment is powerful, and incorrect use can result in
12
+ unintended assignments to global state, including class and module
13
+ attributes, as well as function defaults.
14
15
+ Be careful when writing assignment specs, and especially careful when
16
+ any part of the spec is data-driven or provided by an end user.
17
18
"""
19
import operator
20
from pprint import pprint
0 commit comments