class documentation

class Docstring: (source)

View In Hierarchy

Represents a docstring for an #APIObject, i.e. it's content and location. This class is a subclass of `str` for backwards compatibility reasons. Use the #content property to access the docstring content over the #Docstring value directory.

Class Variable content Undocumented
Class Variable location Undocumented
content: str = (source)

Undocumented

location: Location = (source)

Undocumented