bibliography_style property

Bibliography.bibliography_style property

Gets a string that represents the name of the active style to use for a bibliography.

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

See Also