Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Created November 17, 2010 08:24
Show Gist options
  • Save masahitojp/703131 to your computer and use it in GitHub Desktop.
Save masahitojp/703131 to your computer and use it in GitHub Desktop.
dir2
# aodag先生のdir2
# http://d.hatena.ne.jp/a2c/20100504/1272903592
dir2 = lambda y:[x + ("*" if callable(getattr(y, x)) else "") for x in dir(y)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment