court property

Source.court property

Gets or sets the court of a source.

@property
def court(self) -> str:
    ...

@court.setter
def court(self, value: str):
    ...

See Also