Skip to content

Instantly share code, notes, and snippets.

@qingfeng
Created March 10, 2010 08:41
Show Gist options
  • Save qingfeng/327690 to your computer and use it in GitHub Desktop.
Save qingfeng/327690 to your computer and use it in GitHub Desktop.
find python functions
print "".join( re.findall(r"(\s+)(def)(\D+)",s) [0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment