Proposal(more like a feature request)
Current categories make the result of pdir() a bit confusing, at least for myself. The original dir() doesn't have the problem since it outputs a simple alphabetized list, which is why pdir() could do much better.
An idea of mine is to extend categories as different levels, and keep them orthogonal at each level. For example:
- property
- function
- class
- special
- arithmetic
- context_manager
- coroutine
- more..
Proposal(more like a feature request)
Current categories make the result of
pdir()a bit confusing, at least for myself. The originaldir()doesn't have the problem since it outputs a simple alphabetized list, which is whypdir()could do much better.An idea of mine is to extend categories as different levels, and keep them orthogonal at each level. For example: