A Python code execution trace helper for interview preparation
Project description
pycodeit-tracer
A lightweight Python code execution trace decorator for developers practicing dry-run output prediction and interview preparation.
Install
pip install pycodeit-tracer
Usage
from pycodeit_tracer import trace_steps
@trace_steps def add(a, b): return a + b
add(3, 4)
[trace] Calling add with args=(3, 4)
[trace] add returned: 7
Practice More
Practice unlimited interactive tracing challenges at PyCodeIt It is free, no install required.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycodeit_tracer-1.0.0.tar.gz.
File metadata
- Download URL: pycodeit_tracer-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
840cf223414fa78ad503a488c22019cc30b4f66fddfe71b4aa069ea5d6152697
|
|
| MD5 |
821c1b8a298fb15e21688d17a3d6e003
|
|
| BLAKE2b-256 |
0ae498723286c080091b4e094cea984d63633090b863aae3e2f5a816d828a5d6
|
File details
Details for the file pycodeit_tracer-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pycodeit_tracer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39e129b7766b8451ca697cd9cba348ada53539759ebc399357ab6785c12926bc
|
|
| MD5 |
32b4de0690544af03d70136760517cad
|
|
| BLAKE2b-256 |
1eefc1a298964a7ccb27a6301708204b240521007d6e731689f9284cfff7ac3f
|