Files @ 6e791a0d5a52
Branch filter:

Location: light9/stubs/cycloneerr/cycloneerr.pyi

drewp@bigasterisk.com
update rdfdb
Ignore-this: bf209af1d46269f1fbc20aae4a388525
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): ...