annotate stubs/usb/_lookup.pyi @ 1898:d3091e6dd1a0
more initial data for 2019 show
Ignore-this: 1bf5c652531d8653ae74528414b772ef
author |
Drew Perttula <drewp@bigasterisk.com> |
date |
Thu, 30 May 2019 17:14:11 +0000 |
parents |
5c1b662c0263 |
children |
|
rev |
line source |
1882
|
1 # Stubs for usb._lookup (Python 3)
|
|
2 #
|
|
3 # NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
4
|
|
5 from typing import Any
|
|
6
|
|
7 descriptors: Any
|
|
8 device_classes: Any
|
|
9 interface_classes: Any
|
|
10 ep_attributes: Any
|
|
11 MAX_POWER_UNITS_USB2p0: int
|
|
12 MAX_POWER_UNITS_USB_SUPERSPEED: int
|