ehh, this is just (questionable) formatting. After you use python for a while, the __methods__ should become pretty common-sensical (and seeing the actual __name__ is more useful if you're trying to reimplement protocols common objects support). That and not being able to manipulate the output of see() makes it pretty useless.
I personally like doing things like [f for f in dir(o) if 'foo' in f] etc.
This was only intended as an alternative, not a replacement -- dir() is still extremely useful. see() was made for quickly inspecting objects interactively, hence "for humans only".
12 comments
[ 3.2 ms ] story [ 55.1 ms ] threadMapped it to der() ... because that just feels better, I guess.
I enjoyed their documentation style.
Ipython makes introspection 3.14 times more fun.
import readline, rlcompleter; readline.parse_and_bind("tab: complete")
(executed at PYTHONSTARTUP) for tab completion.
I personally like doing things like [f for f in dir(o) if 'foo' in f] etc.
http://aur.archlinux.org/packages.php?ID=24014