Python: Add a bunch more toString docs.

This commit is contained in:
Taus Brock-Nannestad
2020-06-28 14:55:45 +02:00
parent e72e662f68
commit 5744356dbc
25 changed files with 40 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ class CommentedOutCodeLine extends Comment {
class CommentedOutCodeBlock extends @py_comment {
CommentedOutCodeBlock() { commented_out_code_block(this, _) }
/** Gets a textual representation of this element. */
string toString() { result = "Commented out code" }
/** Whether this commented-out code block contains the comment c */