t97.trans 1.1 KB

123456789101112131415161718192021
  1. Module(body=[Assign(targets=[Name(id='x',
  2. ctx=Store())],
  3. value=List(elts=[],
  4. ctx=Load())),
  5. Expr(value=Call(func=Attribute(value=Name(id='x',
  6. ctx=Load()),
  7. attr='append',
  8. ctx=Load()),
  9. args=[Name(id='x',
  10. ctx=Load())],
  11. keywords=[],
  12. starargs=None,
  13. kwargs=None)),
  14. Print(dest=None,
  15. values=[Subscript(value=Dict(keys=[Name(id='x',
  16. ctx=Load())],
  17. values=[Str(s='OK')]),
  18. slice=Index(value=Name(id='x',
  19. ctx=Load())),
  20. ctx=Load())],
  21. nl=True)])