mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +01:00
rm print
This commit is contained in:
parent
6a1a2404ae
commit
a39dc73c18
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ def check_ast(inp, run=True, mode='eval', debug_level=0):
|
||||||
__tracebackhide__ = True
|
__tracebackhide__ = True
|
||||||
# expect a Python AST
|
# expect a Python AST
|
||||||
exp = ast.parse(inp, mode=mode)
|
exp = ast.parse(inp, mode=mode)
|
||||||
print(pdump(exp))
|
|
||||||
# observe something from xonsh
|
# observe something from xonsh
|
||||||
obs = PARSER.parse(inp, debug_level=debug_level)
|
obs = PARSER.parse(inp, debug_level=debug_level)
|
||||||
# Check that they are equal
|
# Check that they are equal
|
||||||
|
|
Loading…
Add table
Reference in a new issue