Skip to main content

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


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)

Uploaded Source

Built Distribution

dirEx-0.0.6-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page