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    
ccc-model-manager / lib / python3.9 / site-packages / scipy / _lib / _highs_utils.py
Size: Mime:
"""Helper functions to get location of source files."""

import pathlib


def _highs_dir() -> pathlib.Path:
    """Directory where root highs/ directory lives."""
    p = pathlib.Path(__file__).parent / 'highs'
    return p