state property

state property

Gets or sets the province/state.

Definition:

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

See Also