MCPcopy
hub / github.com/trekhleb/learn-python / aif_read

Function aif_read

src/modules/sound_package/formats/aif.py:4–6  ·  view source on GitHub ↗

AIF file reading function mock

()

Source from the content-addressed store, hash-verified

2
3
4def aif_read():
5 """AIF file reading function mock"""
6 return 'Read from AIF file'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected