comparison stubs/usb/_debug.pyi @ 1882:5c1b662c0263

stub updates Ignore-this: 1c3a7199c6f2b6e85fd40c2d6bd2613c
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 May 2019 06:42:27 +0000
parents
children
comparison
equal deleted inserted replaced
1881:baae0bdfde74 1882:5c1b662c0263
1 # Stubs for usb._debug (Python 3)
2 #
3 # NOTE: This dynamically typed stub was automatically generated by stubgen.
4
5 from typing import Any
6
7 def methodtrace(logger: Any): ...
8 def functiontrace(logger: Any): ...