Home
last modified time | relevance | path

Searched defs:BaseException (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
Dretry.py65 def __init__(self, predicate: typing.Callable[[BaseException], bool]) -> None:
87 typing.Type[BaseException],
88 typing.Tuple[typing.Type[BaseException], ...],
101 typing.Type[BaseException],
102 typing.Tuple[typing.Type[BaseException], ...],
115 typing.Type[BaseException],
116 typing.Tuple[typing.Type[BaseException], ...],
146 typing.Type[BaseException],
147 typing.Tuple[typing.Type[BaseException], ...],
212 def message_fnc(exception: BaseException) -> bool:
[all …]
D__init__.py178 exc_type: t.Optional[t.Type[BaseException]],
179 exc_value: t.Optional[BaseException],
476 self, exc_info: t.Tuple[t.Type[BaseException], BaseException, "types.TracebackType| None"]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
Dretry.py65 def __init__(self, predicate: typing.Callable[[BaseException], bool]) -> None:
87 typing.Type[BaseException],
88 typing.Tuple[typing.Type[BaseException], ...],
101 typing.Type[BaseException],
102 typing.Tuple[typing.Type[BaseException], ...],
115 typing.Type[BaseException],
116 typing.Tuple[typing.Type[BaseException], ...],
146 typing.Type[BaseException],
147 typing.Tuple[typing.Type[BaseException], ...],
212 def message_fnc(exception: BaseException) -> bool:
[all …]
D__init__.py178 exc_type: t.Optional[t.Type[BaseException]],
179 exc_value: t.Optional[BaseException],
476 self, exc_info: t.Tuple[t.Type[BaseException], BaseException, "types.TracebackType| None"]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
Dretry.py65 def __init__(self, predicate: typing.Callable[[BaseException], bool]) -> None:
87 typing.Type[BaseException],
88 typing.Tuple[typing.Type[BaseException], ...],
101 typing.Type[BaseException],
102 typing.Tuple[typing.Type[BaseException], ...],
115 typing.Type[BaseException],
116 typing.Tuple[typing.Type[BaseException], ...],
146 typing.Type[BaseException],
147 typing.Tuple[typing.Type[BaseException], ...],
212 def message_fnc(exception: BaseException) -> bool:
[all …]
D__init__.py178 exc_type: t.Optional[t.Type[BaseException]],
179 exc_value: t.Optional[BaseException],
476 self, exc_info: t.Tuple[t.Type[BaseException], BaseException, "types.TracebackType| None"]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
Dretry.py65 def __init__(self, predicate: typing.Callable[[BaseException], bool]) -> None:
87 typing.Type[BaseException],
88 typing.Tuple[typing.Type[BaseException], ...],
101 typing.Type[BaseException],
102 typing.Tuple[typing.Type[BaseException], ...],
115 typing.Type[BaseException],
116 typing.Tuple[typing.Type[BaseException], ...],
146 typing.Type[BaseException],
147 typing.Tuple[typing.Type[BaseException], ...],
212 def message_fnc(exception: BaseException) -> bool:
[all …]
D__init__.py178 exc_type: t.Optional[t.Type[BaseException]],
179 exc_value: t.Optional[BaseException],
476 self, exc_info: t.Tuple[t.Type[BaseException], BaseException, "types.TracebackType| None"]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/
Dbuild_env.py160 exc_type: Optional[Type[BaseException]],
161 exc_val: Optional[BaseException],
294 exc_type: Optional[Type[BaseException]],
295 exc_val: Optional[BaseException],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/
Dbuild_env.py160 exc_type: Optional[Type[BaseException]],
161 exc_val: Optional[BaseException],
294 exc_type: Optional[Type[BaseException]],
295 exc_val: Optional[BaseException],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/
Dbuild_env.py160 exc_type: Optional[Type[BaseException]],
161 exc_val: Optional[BaseException],
294 exc_type: Optional[Type[BaseException]],
295 exc_val: Optional[BaseException],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/
Dbuild_env.py160 exc_type: Optional[Type[BaseException]],
161 exc_val: Optional[BaseException],
294 exc_type: Optional[Type[BaseException]],
295 exc_val: Optional[BaseException],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py98 type_: Type[BaseException],
99 value: BaseException,
296 exc_value: BaseException,
365 exc_type: Type[BaseException],
366 exc_value: BaseException,
Dprogress.py95 exc_type: Optional[Type[BaseException]],
96 exc_val: Optional[BaseException],
195 exc_type: Optional[Type[BaseException]],
196 exc_val: Optional[BaseException],
286 exc_type: Optional[Type[BaseException]],
287 exc_val: Optional[BaseException],
1174 exc_type: Optional[Type[BaseException]],
1175 exc_val: Optional[BaseException],
Dconsole.py340 exc_type: Optional[Type[BaseException]],
341 exc_val: Optional[BaseException],
369 exc_type: Optional[Type[BaseException]],
370 exc_val: Optional[BaseException],
397 exc_type: Optional[Type[BaseException]],
398 exc_val: Optional[BaseException],
452 exc_type: Optional[Type[BaseException]],
453 exc_val: Optional[BaseException],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py98 type_: Type[BaseException],
99 value: BaseException,
296 exc_value: BaseException,
365 exc_type: Type[BaseException],
366 exc_value: BaseException,
Dprogress.py95 exc_type: Optional[Type[BaseException]],
96 exc_val: Optional[BaseException],
195 exc_type: Optional[Type[BaseException]],
196 exc_val: Optional[BaseException],
286 exc_type: Optional[Type[BaseException]],
287 exc_val: Optional[BaseException],
1174 exc_type: Optional[Type[BaseException]],
1175 exc_val: Optional[BaseException],
Dconsole.py340 exc_type: Optional[Type[BaseException]],
341 exc_val: Optional[BaseException],
369 exc_type: Optional[Type[BaseException]],
370 exc_val: Optional[BaseException],
397 exc_type: Optional[Type[BaseException]],
398 exc_val: Optional[BaseException],
452 exc_type: Optional[Type[BaseException]],
453 exc_val: Optional[BaseException],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py98 type_: Type[BaseException],
99 value: BaseException,
296 exc_value: BaseException,
365 exc_type: Type[BaseException],
366 exc_value: BaseException,
Dprogress.py95 exc_type: Optional[Type[BaseException]],
96 exc_val: Optional[BaseException],
195 exc_type: Optional[Type[BaseException]],
196 exc_val: Optional[BaseException],
286 exc_type: Optional[Type[BaseException]],
287 exc_val: Optional[BaseException],
1174 exc_type: Optional[Type[BaseException]],
1175 exc_val: Optional[BaseException],
Dconsole.py340 exc_type: Optional[Type[BaseException]],
341 exc_val: Optional[BaseException],
369 exc_type: Optional[Type[BaseException]],
370 exc_val: Optional[BaseException],
397 exc_type: Optional[Type[BaseException]],
398 exc_val: Optional[BaseException],
452 exc_type: Optional[Type[BaseException]],
453 exc_val: Optional[BaseException],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py98 type_: Type[BaseException],
99 value: BaseException,
296 exc_value: BaseException,
365 exc_type: Type[BaseException],
366 exc_value: BaseException,
Dprogress.py95 exc_type: Optional[Type[BaseException]],
96 exc_val: Optional[BaseException],
195 exc_type: Optional[Type[BaseException]],
196 exc_val: Optional[BaseException],
286 exc_type: Optional[Type[BaseException]],
287 exc_val: Optional[BaseException],
1174 exc_type: Optional[Type[BaseException]],
1175 exc_val: Optional[BaseException],
Dconsole.py340 exc_type: Optional[Type[BaseException]],
341 exc_val: Optional[BaseException],
369 exc_type: Optional[Type[BaseException]],
370 exc_val: Optional[BaseException],
397 exc_type: Optional[Type[BaseException]],
398 exc_val: Optional[BaseException],
452 exc_type: Optional[Type[BaseException]],
453 exc_val: Optional[BaseException],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/operations/build/
Dbuild_tracker.py66 exc_type: Optional[Type[BaseException]],
67 exc_val: Optional[BaseException],

1234