Module Comment
Provides classes representing comments in Python.
Import path
import semmle.python.CommentImports
Classes
| Comment | A source code comment |
| CommentBlock | A block of consecutive comments |
| TypeHintComment | A type-hint comment. Any comment that starts with |