Skip to content

Commit 95d75ac

Browse files
committed
TRIVIAL: Added missing argument documentation
1 parent 8794de5 commit 95d75ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mapper/object_mapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def map(self, from_obj, to_type, ignore_case=False, allow_none=False, excluded=N
114114
:param to_type: target type
115115
:param ignore_case: if set to true, ignores attribute case when performing the mapping
116116
:param allow_none: if set to true, returns None if the source object is None; otherwise throws an exception
117+
:param excluded: A list of fields to exclude when performing the mapping
117118
118119
:return: Instance of the target class with mapped attributes
119120
"""

0 commit comments

Comments
 (0)