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/aifc.py:665–668 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
663
self._framerate = framerate
664
665
def
getframerate(self):
666
if
not self._framerate:
667
raise
Error(
'frame rate not set'
)
668
return
self._framerate
669
670
def
setnframes(self, nframes):
671
if
self._nframeswritten:
Callers
nothing calls this directly
Calls
1
Error
Class · 0.70
Tested by
no test coverage detected