A command line tool for displaying Python source and bytecode
dis-cli Display Python source code and bytecode side-by-side at the command line dis-cli is a command line tool for displaying Python source and bytecode. Installation dis-cli can be installed from PyPI. To install via pip, run $ pip install dis-cli Usage dis-cli provides a command line program, dis, which takes a “import-like” path to a function to display information about. For example, if you have a package a, with a submodule b, containing a function c, you could run dis […]
Read more