Skip to content

soundfile 0.13.1

Version history | Download JSON

  • PyPI https://pypi.org/project/soundfile/
    Repository https://github.com/bastibe/python-soundfile

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 1
        "Any" : 0
        "Untyped" : 175
    • 0.6% coverage
    • 0.6% coverage (strict)
    • 176 typable
      • 1 typed
      • 175 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 54
        "classes" : 104
        "other" : 1
    • 8 functions (+0 overloads)
      • 46 parameters
    • 4 classes
      • 39 methods (+0 overloads)
        • 63 parameters
      • 2 properties
    • 1 modules
      • 1 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
soundfile 0.6% 0.6% 176 0

Incomplete Annotations

soundfile (175 missing, 0 any)

Symbol Typable Typed Any
meth SoundFile.init 11 0 0
meth SoundFile.repr 1 0 0
meth SoundFile.del 1 0 0
meth SoundFile.enter 1 0 0
meth SoundFile.exit 2 0 0
meth SoundFile.setattr 3 0 0
meth SoundFile.getattr 2 0 0
meth SoundFile.len 1 0 0
meth SoundFile.bool 1 0 0
meth SoundFile.nonzero 1 0 0
meth SoundFile.seekable 1 0 0
meth SoundFile.seek 3 0 0
meth SoundFile.tell 1 0 0
meth SoundFile.read 6 0 0
meth SoundFile.buffer_read 3 0 0
meth SoundFile.buffer_read_into 3 0 0
meth SoundFile.write 2 0 0
meth SoundFile.buffer_write 3 0 0
meth SoundFile.blocks 8 0 0
meth SoundFile.truncate 2 0 0
meth SoundFile.flush 1 0 0
meth SoundFile.close 1 0 0
meth SoundFile._open 4 0 0
meth SoundFile._init_virtual_io 2 0 0
meth SoundFile._getAttributeNames 1 0 0
meth SoundFile._check_if_closed 1 0 0
meth SoundFile._check_frames 3 0 0
meth SoundFile._check_buffer 3 0 0
meth SoundFile._create_empty_array 4 0 0
meth SoundFile._check_dtype 2 0 0
meth SoundFile._array_io 4 0 0
meth SoundFile._cdata_io 5 0 0
meth SoundFile._update_frames 2 0 0
meth SoundFile._prepare_read 4 0 0
meth SoundFile.copy_metadata 1 0 0
meth SoundFile._set_bitrate_mode 2 0 0
meth SoundFile._set_compression_level 2 0 0
prop SoundFile.extra_info 1 0 0
attr SoundFile.name 1 0 0
attr SoundFile.mode 1 0 0
attr SoundFile.samplerate 1 0 0
attr SoundFile.frames 1 0 0
attr SoundFile.channels 1 0 0
attr SoundFile.format 1 0 0
attr SoundFile.subtype 1 0 0
attr SoundFile.endian 1 0 0
attr SoundFile.format_info 1 0 0
attr SoundFile.subtype_info 1 0 0
attr SoundFile.sections 1 0 0
attr SoundFile.closed 1 0 0
attr SoundFile._errorcode 1 0 0
attr SoundFile.compression_level 1 0 0
attr SoundFile.bitrate_mode 1 0 0
func info 3 0 0
func write 10 0 0
func read 15 0 0
func available_formats 1 0 0
func available_subtypes 2 0 0
func blocks 17 0 0
func default_subtype 2 0 0
func check_format 4 0 0
meth LibsndfileError.init 3 0 0
meth LibsndfileError.str 1 0 0
prop LibsndfileError.error_string 1 0 0
attr LibsndfileError.code 1 0 0
attr LibsndfileError.prefix 1 0 0

Type-Ignore Comments

No type-ignore comments.