Contents

executing 2.0.1

0

Get the currently executing AST node of a frame, and other information

This mini-package lets you get information about what a frame is currently doing, particularly the AST node being executed.

Stars: 302, Watchers: 302, Forks: 31, Open Issues: 18

The alexmojaki/executing repo was created 4 years ago and the last code push was 2 months ago.
The project is popular with 302 github stars!

How to Install executing

You can install executing using pip

pip install executing

or add it to a project with poetry

poetry add executing

Package Details

Author
Alex Hall
License
MIT
Homepage
https://github.com/alexmojaki/executing
PyPi:
https://pypi.org/project/executing/
GitHub Repo:
https://github.com/alexmojaki/executing

Classifiers

No  executing  pypi packages just yet.

Errors

A list of common executing errors.

Code Examples

Here are some executing code examples and snippets.

Related Packages & Articles

esprima 4.0.1

ECMAScript parsing infrastructure for multipurpose analysis in Python

astroid 3.1.0

An abstract syntax tree for Python with inference support.

asteval 0.9.32

Safe, minimalistic evaluator of python expression using ast module