mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
This commit is contained in:
parent
3f0099a2e1
commit
f2d3870a5a
@ -137,7 +137,8 @@ class Device(Structure):
|
|||||||
class Bus(Structure):
|
class Bus(Structure):
|
||||||
@apply
|
@apply
|
||||||
def device_list():
|
def device_list():
|
||||||
doc = """
|
doc = \
|
||||||
|
"""
|
||||||
Flat list of devices on this bus.
|
Flat list of devices on this bus.
|
||||||
Note: children are not explored
|
Note: children are not explored
|
||||||
TODO: Check if exploring children is neccessary (e.g. with an external hub)
|
TODO: Check if exploring children is neccessary (e.g. with an external hub)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user