Mercurial > code > home > repos > light9
annotate stubs/cycloneerr/__init__.pyi @ 2125:80db402a302b
ignore pdm
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 23:35:37 -0700 |
parents | 5c1b662c0263 |
children |
rev | line source |
---|---|
1863
0f0ff27e55a3
stubs, mostly autogen or empty
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 # Stubs for cycloneerr (Python 3) |
0f0ff27e55a3
stubs, mostly autogen or empty
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 # |
0f0ff27e55a3
stubs, mostly autogen or empty
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 # NOTE: This dynamically typed stub was automatically generated by stubgen. |
0f0ff27e55a3
stubs, mostly autogen or empty
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
4 |
1882 | 5 |
6 | |
7 from typing import Any | |
8 | |
9 class PrettyErrorHandler: | |
10 def get_error_html(self, status_code: Any, **kwargs: Any): ... |