Skip to main content

An extension for IPython that help to disassembly source and objects.

Project description

.. -*- rst -*-

dismagic
========

disassembling magic command for ipython
-------------------

.. image:: https://img.shields.io/pypi/v/dismagic.svg
:target: https://pypi.python.org/pypi/dismagic
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/dismagic.svg
:target: https://pypi.python.org/pypi/dismagic
:alt: Downloads

Installation
------------
The package may be installed as follows: ::

pip install dismagic

After installation, the extension may be loaded within an IPython session
with ::

%load_ext dismagic

Usage Examples
--------------
Disassembly a source:

%dis x = a + b

%dis "x = a + b"

src = "x = a + b"
%dis src

Disassembly an object:

func = lambda x, y: x + y
%dis func

Author
------
See the included AUTHORS.txt file for more information.

License
-------
This software is licensed under the
`BSD License <http://www.opensource.org/licenses/bsd-license.php>`_.
See the included LICENSE.txt file for more information.

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

dismagic-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

dismagic-0.0.1.macosx-10.10-x86_64.tar.gz (2.4 kB view hashes)

Uploaded Source

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