E70.py 399 B

12345678910111213141516171819202122232425
  1. #: E701:6
  2. if a: a = False
  3. #: E701:41
  4. if not header or header[:6] != 'bytes=': pass
  5. #: E702:9
  6. a = False; b = True
  7. #: E702:16 E402
  8. import bdist_egg; bdist_egg.write_safety_flag(cmd.egg_info, safe)
  9. #: E703:12 E402
  10. import shlex;
  11. #: E702:8 E703:22
  12. del a[:]; a.append(42);
  13. #: E704:10
  14. def f(x): return 2
  15. #: E704:10
  16. def f(x): return 2 * x
  17. while all is round:
  18. #: E704:14
  19. def f(x): return 2 * x