parent
2995d65720
commit
c3233b9c15
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Like _assertion.py but using builtin AST. It should replace _assertionold.py
|
||||
eventually.
|
||||
Find intermediate evalutation results in assert statements through builtin AST.
|
||||
This should replace _assertionold.py eventually.
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue