thesis_type property

Source.thesis_type property

Gets or sets the thesis type of a source.

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

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

See Also