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

Method setUp

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

Source from the content-addressed store, hash-verified

86class PythonModuleTest(unittest.TestCase):
87
88 def setUp(self):
89 self.entries_file = "tensorflow/contrib/cmake/python_modules.txt"
90 read_entries(self)
91
92 def testInvalidEntries(self):
93 test_invalid_directories(self)

Callers

nothing calls this directly

Calls 1

read_entriesFunction · 0.85

Tested by

no test coverage detected