-
I want to double-check the following points (True or False):
|
Beta Was this translation helpful? Give feedback.
Answered by
FyzHsn
Jul 13, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FyzHsn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
parameter_type
can indeed take the valuesarg
,kwarg
andNULL
. Sample workflow to generate kwarg:param_type
isarg
, thearg_index
is an integer. Otherwise, thearg_index
isNULL
.