An extension to the built-in function dir()
Project description
DirEx
An extension to the built-in function dir() for Python
APIs
- show_dir_info
- show_dir_method
- show_dir_module
Install
pip install direx
Example
from direx import show_dir_info, show_dir_method, show_dir_module
import os
show_dir_module(os)
show_dir_method(os)
show_dir_info()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dirEx-0.0.6.tar.gz
(1.8 kB
view hashes)
Built Distribution
dirEx-0.0.6-py3-none-any.whl
(3.0 kB
view hashes)