Closed ordabayevy closed 3 years ago
This aligns Constant.arg with names[len(self.const_inputs):] given that Constant.const_inputs is aligned with names[:len(self.const_inputs)].
Constant.arg
names[len(self.const_inputs):]
Constant.const_inputs
names[:len(self.const_inputs)]
This aligns
Constant.arg
withnames[len(self.const_inputs):]
given thatConstant.const_inputs
is aligned withnames[:len(self.const_inputs)]
.