diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-24 21:29:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-24 21:29:39 +0700 |
commit | c99715dc6f103e527a8996fee9855829e419b771 (patch) | |
tree | 4fbfbc08f767bf0f777c8541cb74e7db6479ee9b /python/python3-executing/README | |
parent | 91e9e9089903dad180675a2b97f282fb24f4ef31 (diff) |
python/python3-executing: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-executing/README')
-rw-r--r-- | python/python3-executing/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-executing/README b/python/python3-executing/README new file mode 100644 index 0000000000000..2d2b04e9d8647 --- /dev/null +++ b/python/python3-executing/README @@ -0,0 +1,2 @@ +executing lets you get information about what a frame is currently +doing, particularly the AST node being executed. |