Message 416954 - Python tracker would adding an argument to dir be a possible solution, like, ``` l = [1, 2, 3] dir(l, categorize=True) ```