We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4789fa commit b86e09fCopy full SHA for b86e09f
1 file changed
sane.py
@@ -251,6 +251,9 @@ def get_parameters(self):
251
252
:returns: A tuple containing the device settings.
253
:raises _sane.error: If an error occurs.
254
+
255
+ Note: Some backends may return different parameters depending on
256
+ whether :func:`SaneDev.start` was called or not.
257
"""
258
return self.__dict__['dev'].get_parameters()
259
@@ -377,7 +380,7 @@ def get_devices(localOnly=False):
377
380
* `vendor` -- The device vendor.
378
381
* `mode` -- The device model vendor.
379
382
* `type` -- the device type, such as
- ` `"virtual device"`` or ``"video camera"``.
383
+ ``"virtual device"`` or ``"video camera"``.
384
385
:returns: A list of scanning devices.
386
0 commit comments