executing

Package — UtilityPython 3.7+Intermediate

Get the currently executing AST node (used by rich tracebacks)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install executing

Learn by Difficulty

Quick Example

python
# Install: pip install executing
import executing

# Basic executing usage
print(f"Using executing")
# See documentation for detailed examples

executing is a third-party package. Get the currently executing AST node (used by rich tracebacks). Install with: pip install executing

Try in Playground

Tags

packageutilityhelper