-
I'm trying to gain a better understanding of the Message Passing class so I'm looking at the source code in
why |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 12, 2021
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mdanb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
special_args
denote the arguments that are automatically filled and which can be additionally accessed inmessage
,aggregate
,update
.aggregate
andupdate
are defined to take the output of the previous call as first argument for input. Therefore, we drop these arguments from the argument list.