Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
scipy / spatial / _voronoi.pyi
Size: Mime:
from typing import List

import numpy as np

def sort_vertices_of_regions(simplices: np.ndarray, regions: List[List[int]]) -> None: ...