Skip to content

Commit

Permalink
Update executing and PEP 667
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Nov 8, 2024
1 parent 00f01cc commit 6182b2a
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 147 deletions.
2 changes: 2 additions & 0 deletions src/objprint/executing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
Get information about what a frame is currently doing. Typical usage:
import executing
node = executing.Source.executing(frame).node
# node will be an AST node or None
"""
Expand Down
Loading

0 comments on commit 6182b2a

Please sign in to comment.