view stubs/usb/_debug.pyi @ 1922:11e2f63bb2f2

more stats to measure sequencer framerate better Ignore-this: 5df74b41a9847296432a31d248b31857
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 23:43:44 +0000
parents 5c1b662c0263
children
line wrap: on
line source

# Stubs for usb._debug (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

def methodtrace(logger: Any): ...
def functiontrace(logger: Any): ...