parseClassDocstring

emlib.doctools.parseClassDocstring(cls)[source]

Extract the docs of a class to a ParsedDef

Returns None if the class has no __doc__

Return type:

ParsedDef | None