mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Python: Add a bunch more toString docs.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user