t388.trans 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Module(body=[Import(names=[alias(name='re',
  2. asname=None)]),
  3. Print(dest=None,
  4. values=[Call(func=Attribute(value=Name(id='re',
  5. ctx=Load()),
  6. attr='findall',
  7. ctx=Load()),
  8. args=[Str(s='[a-z]*ei[a-z]*'),
  9. Str(s='Is Dr. Greiner your friend, Julie?'),
  10. Attribute(value=Name(id='re',
  11. ctx=Load()),
  12. attr='IGNORECASE',
  13. ctx=Load())],
  14. keywords=[],
  15. starargs=None,
  16. kwargs=None)],
  17. nl=True),
  18. Print(dest=None,
  19. values=[Call(func=Attribute(value=Name(id='re',
  20. ctx=Load()),
  21. attr='findall',
  22. ctx=Load()),
  23. args=[Str(s='[a-z]*(ei|ie)[a-z]*'),
  24. Str(s='Is Dr. Greiner your friend, Julie?'),
  25. Attribute(value=Name(id='re',
  26. ctx=Load()),
  27. attr='IGNORECASE',
  28. ctx=Load())],
  29. keywords=[],
  30. starargs=None,
  31. kwargs=None)],
  32. nl=True),
  33. Print(dest=None,
  34. values=[Call(func=Attribute(value=Name(id='re',
  35. ctx=Load()),
  36. attr='findall',
  37. ctx=Load()),
  38. args=[Str(s='[a-z]*(ei|ie)([a-z]*)'),
  39. Str(s='Is Dr. Greiner your friend, Julie?'),
  40. Attribute(value=Name(id='re',
  41. ctx=Load()),
  42. attr='IGNORECASE',
  43. ctx=Load())],
  44. keywords=[],
  45. starargs=None,
  46. kwargs=None)],
  47. nl=True),
  48. Print(dest=None,
  49. values=[Call(func=Attribute(value=Name(id='re',
  50. ctx=Load()),
  51. attr='findall',
  52. ctx=Load()),
  53. args=[Str(s='[a-z]*(?:ei|ie)[a-z]*'),
  54. Str(s='Is Dr. Greiner your friend, Julie?'),
  55. Attribute(value=Name(id='re',
  56. ctx=Load()),
  57. attr='IGNORECASE',
  58. ctx=Load())],
  59. keywords=[],
  60. starargs=None,
  61. kwargs=None)],
  62. nl=True)])