class Docstring(str):
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.
Added in 1.1.0
.