(self, nx_graph)
| 228 | TEST_LABELS_FILE_NAME = "test_labels.all" |
| 229 | |
| 230 | def __init__(self, nx_graph): |
| 231 | self.embedx_graph = EmbedxGraph(nx_graph) |
| 232 | |
| 233 | def run(self, dst_dir): |
| 234 | if not os.path.isdir(dst_dir): |
nothing calls this directly
no test coverage detected