(self)
| 2897 | |
| 2898 | @test_util.run_deprecated_v1 |
| 2899 | def testNoLabel(self): |
| 2900 | with self.cached_session(): |
| 2901 | self.assertAllEqual((None, None), self._get_test_attrs()) |
| 2902 | |
| 2903 | @test_util.run_deprecated_v1 |
| 2904 | def testLabelMap(self): |
nothing calls this directly
no test coverage detected