##// END OF EJS Templates
Remove mention of Traits (removed in e1ced0b3)
Anthony Sottile -
Show More
@@ -34,7 +34,7 b' def dir2(obj):'
34 34 """dir2(obj) -> list of strings
35 35
36 36 Extended version of the Python builtin dir(), which does a few extra
37 checks, and handles Traits objects, which can confuse dir().
37 checks.
38 38
39 39 This version is guaranteed to return only a list of true strings, whereas
40 40 dir() returns anything that objects inject into themselves, even if they
General Comments 0
You need to be logged in to leave comments. Login now