Package org.sonar.python
Class DocstringExtractor
java.lang.Object
org.sonar.python.DocstringExtractor
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.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringLiteralextractDocstring(StatementList statements)
-
Method Details
-
extractDocstring
-