[issue47254] enhanced dir?

apostofes report at bugs.python.org
Thu Apr 7 20:30:53 EDT 2022


apostofes <aivainjr141 at gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47254>
_______________________________________


More information about the Python-bugs-list mailing list