def plumb(self, depths): arg = 0 if isinstance(self.arg, Label) else self.arg depths.append(depths[-1] + dis.stack_effect(self.opcode, arg))