MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / tell

Method tell

tools/python-3.11.9-amd64/Lib/sunau.py:294–295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

292 self._soundpos = 0
293
294 def tell(self):
295 return self._soundpos
296
297 def setpos(self, pos):
298 if pos < 0 or pos > self.getnframes():

Callers 2

initfpMethod · 0.45
_write_headerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected