[issue47254] enhanced dir?

2022-04-07 Thread apostofes
apostofes added the comment: plus I would want it to have some more methods, ``` l = [1, 2, 3] ``` using enhanced dir should give, ``` {'list': {'__add__', '__contains__', '__delitem__', '__eq__', '__ge__', '

[issue47254] enhanced dir?

2022-04-07 Thread apostofes
apostofes added the comment: would adding an argument to dir be a possible solution, like, ``` l = [1, 2, 3] dir(l, categorize=True) ``` -- ___ Python tracker <https://bugs.python.org/issue47

[issue47254] enhanced dir?

2022-04-07 Thread apostofes
Change by apostofes : -- keywords: +patch pull_requests: +30433 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32408 ___ Python tracker <https://bugs.python.org/issu

[issue47254] enhanced dir?

2022-04-07 Thread apostofes
New submission from apostofes : current dir gives output like this, ``` from collection import OrderedDict od = OrderedDict({'a': 1, 'b': 2, 'c': 3}) print(dir(od)) ``` ``` ['__class__', '__contains__', '__delattr__', '__del

[issue47213] arrow at wrong place

2022-04-04 Thread apostofes
New submission from apostofes : arrow should be after `a` -- components: Library (Lib) files: Screenshot (1044).png messages: 416663 nosy: apostofes priority: normal severity: normal status: open title: arrow at wrong place type: enhancement versions: Python 3.7 Added file: https