(self)
| 1032 | 'client_terminated', False))[0] |
| 1033 | |
| 1034 | def setUp(self): |
| 1035 | super(SendRecvTest, self).setUp() |
| 1036 | configure_virtual_cpus() |
| 1037 | |
| 1038 | def testBasic(self): |
| 1039 | t0 = constant_op.constant(1.0) |
nothing calls this directly
no test coverage detected