xref
: /
aosp_15_r20
/
external
/
python
/
pyee
/
typings
/
twisted
/
python
/
failure.pyi
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class Failure(BaseException):
2
value: Exception
3
4
def raiseException() -> None:
5
...
6