Recommended way to call apply on submodule given supermodule's params #3579
Unanswered
carlosgmartin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can pass in a method or string in the
If nothing is passed to the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a module as well as params for it, and need to call
apply
on one of its submodules. Is the third way in the following code the recommended way to do this, i.e. by accessing the submodule's name and putting it inside a dictionary with the keyparams
?Is the recommended way to do this somewhere in the documentation?
Beta Was this translation helpful? Give feedback.
All reactions