File: fake_numpy.py

package info (click to toggle)
pysoundfile 0.10.3%2Bpost1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 268 kB
  • sloc: python: 1,789; makefile: 156; sh: 21
file content (5 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (5)
1
2
3
4
5
"""Mock module for Sphinx autodoc."""


def dtype(_):
    return NotImplemented