Skip to content

Commit

Permalink
update function docstring as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloge committed Oct 4, 2021
1 parent aa9c008 commit 79c841c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion toolium/utils/dataset.py
Expand Up @@ -58,7 +58,9 @@ def replace_param(param, language='es', infer_param_type=True):
[UPPER:xxxx] Converts xxxx to upper case
[LOWER:xxxx] Converts xxxx to lower case
If infer_param_type is True and the result of the replacement process is a string,
this function also tries to infer and cast the result to the most appropriate data type.
this function also tries to infer and cast the result to the most appropriate data type,
attempting first the conversion to Python built-in data types and then, if not possible,
to a JSON object or a JSON list.
:param param: parameter value
:param language: language to configure date format for NOW and TODAY ('es' or other)
:param infer_param_type: whether to infer and change the data type of the result or not
Expand Down

0 comments on commit 79c841c

Please sign in to comment.