Class DocstringExtractor

java.lang.Object
org.sonar.python.DocstringExtractor

public class DocstringExtractor extends Object
Extractor of docstring tokens.

Reminder: a docstring is a string literal that occurs as the first statement in a module, function, class, or method definition.