codes property

codes property

Gets and sets the codes of module.

Definition:

@property
def codes(self):
    ...
@codes.setter
def codes(self, value):
    ...

See Also