MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / handler

Method handler

tensorboard/util/grpc_util_test.py:78–79  ·  view source on GitHub ↗
(request, _)

Source from the content-addressed store, hash-verified

76class CallWithRetriesTest(tb_test.TestCase):
77 def test_call_with_retries_succeeds(self):
78 def handler(request, _):
79 return make_response(request.nonce)
80
81 server = TestGrpcServer(handler)
82 with server.run() as client:

Callers

nothing calls this directly

Calls 3

make_responseFunction · 0.85
appendMethod · 0.45
timeMethod · 0.45

Tested by

no test coverage detected