I'm not sure if the triple quotes officially qualify as "comments" but they are often used in the same fashion;
https://github.com/autokey/autokey/blob/develop/lib/autokey/scripting/clipboard_gtk.py
In the files in this repo all of the real documentation takes place within the triple quote python thing not the python comments. It would be nice if there was some way to add the definition of what the script considers to be a "comment"
Thanks!