Files @ baae0bdfde74
Branch filter:

Location: light9/stubs/cycloneerr/cycloneerr.pyi - annotation

Drew Perttula
add pyudmx support. The usb code looks the same as what i had, but mine quickly gave lots of 'Pipe error' and pyudmx is quiet so far
Ignore-this: 43495af6a9004c16f3a12c7e85d715b4
1
2
3
4
5
6
7
8
# Stubs for cycloneerr.cycloneerr (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

class PrettyErrorHandler:
    def get_error_html(self, status_code: Any, **kwargs: Any): ...