Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ getframerate
Method
getframerate
tools/python-3.11.9-amd64/Lib/wave.py:489–492 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
487
self._framerate = int(round(framerate))
488
489
def
getframerate(self):
490
if
not self._framerate:
491
raise
Error(
'frame rate not set'
)
492
return
self._framerate
493
494
def
setnframes(self, nframes):
495
if
self._datawritten:
Callers
nothing calls this directly
Calls
1
Error
Class · 0.70
Tested by
no test coverage detected