How to write a script to query the comments like """comment""" for python #12219
Unanswered
BaiChienKao
asked this question in
Q&A
Replies: 1 comment
-
You'll want the select any(Scope s).getDocString() should give you all the docstring comments (as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to write a ql script to query the comments in python. I tried the Comment as below
But it cannot query the unassigned-string type comments like:
I was wondering how can I have a script to find this kind of comments.
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions