Takes the provided arguments adds them as properties of this object. For each argument you pass in it will assign binary values starting with the first argument, 1, 2, 4, 8, 16, .... If you pass in any keyword arguments it will store the value. Note: Labels automatically add spaces for eve
(self, *args, **kwds)