MCPcopy Index your code
hub / github.com/python/cpython / _needs_fact_chunk

Method _needs_fact_chunk

Lib/wave.py:638–639  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

636 self._write_header(datasize)
637
638 def _needs_fact_chunk(self):
639 return self._format == WAVE_FORMAT_IEEE_FLOAT
640
641 def _write_header(self, initlength):
642 assert not self._headerwritten

Callers 2

_write_headerMethod · 0.95
_patchheaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected