Last active
October 19, 2022 20:39
-
-
Save pogpog/cf71a9d39cc5c1fa7398534bfeb5b93f to your computer and use it in GitHub Desktop.
Regex collection for general tasks on Python files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Find functions without proper comments | |
def.+\):\n[^"]+?\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment