Skip to content

Commit 03c1f4b

Browse files
Yi ChenYi Chen
Yi Chen
authored and
Yi Chen
committed
update comments
1 parent c6e7b30 commit 03c1f4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pynamodb/attributes.py

+3
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@ def _serialize_container(cls, attr_container, values, null_check=True):
297297
"""
298298
Retrieve attribute container recursively and do null check at the same time.
299299
Handling for the raw MapAttribute will be done in MapAttribute
300+
:param attr_container: subclass of AttributeContainer for serialization
301+
:param values: value of the container to be serialized such as value of a model or MapAttribute,
302+
:param null_check: If True, then attributes are checked for null
300303
"""
301304
attrs = {}
302305
for name, attr in attr_container.get_attributes().items():

0 commit comments

Comments
 (0)