MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / DummyVisitor

Class DummyVisitor

tensorflow/tools/docs/parser_test.py:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81class DummyVisitor(object):
82
83 def __init__(self, index, duplicate_of):
84 self.index = index
85 self.duplicate_of = duplicate_of
86
87
88class ParserTest(googletest.TestCase):

Calls

no outgoing calls