File: _numba_extension.py

package info (click to toggle)
python-sparse 0.16.0a9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,948 kB
  • sloc: python: 9,959; makefile: 8; sh: 3
file content (6 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
def _init_extension():
    """
    Load extensions when numba is loaded.
    This name must match the one in pyproject.toml
    """
    from ._coo import numba_extension  # noqa: F401