Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "ast_type": "Module",
  3. "body": [
  4. {
  5. "ast_type": "Expr",
  6. "col_offset": 0,
  7. "lineno": 1,
  8. "value": {
  9. "ast_type": "BinOp",
  10. "col_offset": 0,
  11. "left": {
  12. "ast_type": "Name",
  13. "col_offset": 0,
  14. "ctx": {
  15. "ast_type": "Load"
  16. },
  17. "id": "a",
  18. "lineno": 1
  19. },
  20. "lineno": 1,
  21. "op": {
  22. "ast_type": "Add"
  23. },
  24. "right": {
  25. "ast_type": "Num",
  26. "col_offset": 4,
  27. "lineno": 1,
  28. "n": {
  29. "ast_type": "int",
  30. "n": 3,
  31. "n_str": "3"
  32. }
  33. }
  34. }
  35. }
  36. ]
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement