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

Method setUp

tensorflow/contrib/cmake/python_sanity_test.py:109–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107class PythonProtoTest(unittest.TestCase):
108
109 def setUp(self):
110 self.entries_file = "tensorflow/contrib/cmake/python_protos.txt"
111 read_entries(self)
112
113 def testInvalidEntries(self):
114 test_invalid_directories(self)

Callers

nothing calls this directly

Calls 1

read_entriesFunction · 0.85

Tested by

no test coverage detected