Skip to content
Snippets Groups Projects
  1. Mar 30, 2017
  2. Mar 28, 2017
  3. Mar 24, 2017
  4. Mar 23, 2017
  5. Mar 22, 2017
  6. Mar 21, 2017
  7. Mar 20, 2017
  8. Mar 18, 2017
  9. Mar 17, 2017
  10. Mar 16, 2017
  11. Mar 15, 2017
  12. Mar 14, 2017
  13. Mar 13, 2017
  14. Mar 12, 2017
  15. Mar 10, 2017
  16. Mar 07, 2017
  17. Mar 03, 2017
  18. Mar 02, 2017
    • Nathaniel Manista's avatar
      Fix and enable unused-variable lint · e151a21e
      Nathaniel Manista authored
      In _server.py start_server_batch_result is removed because
      start_server_batch can only ever fail as a result of a programming
      defect in gRPC Python and not the application. This differs from some
      analogous-appearing points in _channel.py where the result of
      start_client_batch is checked because at those points it is possible
      for a failure to indicate a programming defect on the part of the
      application.
      e151a21e
Loading