laike9m / pdir2

Pretty dir() printing with joy:beer:
MIT License
1.33k stars 47 forks source link

We could display information about the inspected object, should be useful. #49

Open laike9m opened 5 years ago

laike9m commented 5 years ago

For example, pdir(Bar) could have something like:

defined in foo.py
Class Bar:
    """blabla"""

followed by everything we already have.