Skip to content

Instantly share code, notes, and snippets.

@pogpog
Last active October 19, 2022 20:39
Show Gist options
  • Save pogpog/cf71a9d39cc5c1fa7398534bfeb5b93f to your computer and use it in GitHub Desktop.
Save pogpog/cf71a9d39cc5c1fa7398534bfeb5b93f to your computer and use it in GitHub Desktop.
Regex collection for general tasks on Python files
// 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