diff --git a/src/Famix-Python-Entities/FamixPythonComment.class.st b/src/Famix-Python-Entities/FamixPythonComment.class.st index a44af69..88e71ee 100644 --- a/src/Famix-Python-Entities/FamixPythonComment.class.st +++ b/src/Famix-Python-Entities/FamixPythonComment.class.st @@ -33,3 +33,9 @@ FamixPythonComment class >> annotation [ ^ self ] + +{ #category : 'testing' } +FamixPythonComment >> isDocString [ + + ^ self sourceAnchor beginsWith: '"""' +]