Searched refs:DepsEntry (Results 1 – 2 of 2) sorted by relevance
47 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable200 result[path] = DepsEntry(path, url, revision)
57 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable212 result[path] = DepsEntry(path, url, revision)