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