month_accessed property

Source.month_accessed property

Gets or sets the month accessed of a source.

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

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

See Also