File: fake_numpy.py

package info (click to toggle)
pysoundfile 0.13.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: python: 2,017; makefile: 160; sh: 21
file content (5 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (6)
1
2
3
4
5
"""Mock module for Sphinx autodoc."""


def dtype(_):
    return NotImplemented