We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d30bc8 commit ebc6ec5Copy full SHA for ebc6ec5
1 file changed
sounddevice.py
@@ -2229,10 +2229,12 @@ def _default_device(self):
2229
_lib.Pa_GetDefaultOutputDevice())
2230
2231
@property
2232
- def hostapi(self):
+ def hostapi(self): # type: ignore
2233
"""Index of the default host API (read-only)."""
2234
return _check(_lib.Pa_GetDefaultHostApi())
2235
2236
+ hostapi: int
2237
+
2238
def reset(self):
2239
"""Reset all attributes to their "factory default"."""
2240
vars(self).clear()
0 commit comments