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/slack-desc | |
parent | 91e9e9089903dad180675a2b97f282fb24f4ef31 (diff) |
python/python3-executing: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-executing/slack-desc')
-rw-r--r-- | python/python3-executing/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-executing/slack-desc b/python/python3-executing/slack-desc new file mode 100644 index 0000000000..4697f8d33a --- /dev/null +++ b/python/python3-executing/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-executing: python3-executing (Get the currently executing AST node) +python3-executing: +python3-executing: executing lets you get information about what a frame is currently +python3-executing: doing, particularly the AST node being executed. +python3-executing: +python3-executing: +python3-executing: +python3-executing: +python3-executing: +python3-executing: +python3-executing: |