CellNetwork.index_uv

CellNetwork.index_uv()

Returns a dictionary that maps edges in a list to the corresponding vertex key pairs.

Returns

dict[int, tuple[hashable, hashable]] – A dictionary of index-uv pairs.