Skip to content

Instantly share code, notes, and snippets.

@shouhei
Last active March 1, 2016 02:56
Show Gist options
  • Save shouhei/c8216b54aa3c4e64d5f5 to your computer and use it in GitHub Desktop.
Save shouhei/c8216b54aa3c4e64d5f5 to your computer and use it in GitHub Desktop.
python でメソッドがあるかないかを探すやーつ
target = 'hoge'
print filter(lambda n: n.find('method_name')>1, dir(target))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment