MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / text

Method text

tensorboard/plugins/text/summary_test.py:45–46  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

43
44class SummaryBaseTest:
45 def text(self, *args, **kwargs):
46 raise NotImplementedError()
47
48 def test_tag(self):
49 self.assertEqual("a", self.text("a", "foo").value[0].tag)

Callers 15

test_tagMethod · 0.95
test_metadataMethod · 0.95
test_bytes_valueMethod · 0.95
test_unicode_valueMethod · 0.95
test_non_string_valueMethod · 0.95
test_textMethod · 0.45
drawTooltipsMethod · 0.45
drawTooltipColumnMethod · 0.45
onWheelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected