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

Method handler

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

Source from the content-addressed store, hash-verified

166 def test_aync_call_with_retries_succeeds(self):
167 # Setup: Basic server, echos input.
168 def handler(request, _):
169 return make_response(request.nonce)
170
171 server = TestGrpcServer(handler)
172 with server.run() as client:

Callers

nothing calls this directly

Calls 4

make_responseFunction · 0.85
sleepMethod · 0.45
appendMethod · 0.45
timeMethod · 0.45

Tested by

no test coverage detected