On Mon, 04 Feb 2008 10:50:10 +0100, Hrvoje Niksic wrote: > ...regardless of whether dir() is aware of it.
I've always thought that having dir(obj) return only some attributes of
obj, according to some arbitrary, implementation and version dependent
algorithm, was an ugly wart.
help(dir) =>
"Return an alphabetized list of names comprising (some of) the attributes
of the given object, and of attributes reachable from it:"
--
Steven
--
http://mail.python.org/mailman/listinfo/python-list
