t223.trans 1.5 KB

123456789101112131415161718192021222324252627282930
  1. Module(body=[Assign(targets=[Name(id='x',
  2. ctx=Store())],
  3. value=List(elts=[Num(n=0),
  4. Num(n=1),
  5. Num(n=2)],
  6. ctx=Load())),
  7. Print(dest=None,
  8. values=[Name(id='x',
  9. ctx=Load())],
  10. nl=True),
  11. Expr(value=Call(func=Attribute(value=Name(id='x',
  12. ctx=Load()),
  13. attr='insert',
  14. ctx=Load()),
  15. args=[Num(n=2),
  16. Call(func=Attribute(value=Name(id='x',
  17. ctx=Load()),
  18. attr='pop',
  19. ctx=Load()),
  20. args=[Num(n=0)],
  21. keywords=[],
  22. starargs=None,
  23. kwargs=None)],
  24. keywords=[],
  25. starargs=None,
  26. kwargs=None)),
  27. Print(dest=None,
  28. values=[Name(id='x',
  29. ctx=Load())],
  30. nl=True)])