Skip to main content

No project description provided

Project description

A python module to explore the object tree to extract paths to interesting objects in memory.
GitHub release (latest by date) YouTube Channel Subscribers

Features

  • Python module to use in pdb after a breakpoint().
  • Standalone tool to explore paths in python modules.
  • Multiple built-in filters.
  • Possibility to implement custom filters and pass them to ObjectWalker().

Installation

You can now install it from pypi with this command:

sudo python3 -m pip install objectwalker

Example commands

  • We want to find all the paths to the os module in the module jinja2:
    objectwalker -m jinja2 --filter-object-is-module os --max-depth 15
    

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

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

objectwalker-2.2.1.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

objectwalker-2.2.1-py3-none-any.whl (25.9 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