pdir2 icon indicating copy to clipboard operation
pdir2 copied to clipboard

Pretty dir() printing with joy:beer:

Results 13 pdir2 issues
Sort by recently updated
recently updated
newest added

most of the time I only need the function list, sometimes class, can pdir2 add a way to only-show-function or only-list-class? like an extra arg, or via configuration somehow.

Some classes return a very long output. Maybe paginate it?

enhancement

## 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...

`tests/test_user_config.py::test_invalid_config_1` can run into failure when executing the following commands: `pip install pytest-randomly` `pytest --randomly-seed=1234`

For example, `pdir(Bar)` could have something like: ``` defined in foo.py Class Bar: """blabla""" ``` followed by everything we already have.

enhancement

I wanted to compliment `pdir` again. I notice that I start using it instead of documentations every now and then. Would there maybe be a way we can logically use...

feature-request

It would be pretty cool to install pdir and have it as a magic function in ipython: %pdir x as a magic function it should probably receive an optional search...

feature-request

Make sure the returned value is a copy and does not modify the original pdir object.