Home
last modified time | relevance | path

Searched defs:wait_base (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
Dwait.py27 class wait_base(abc.ABC): class
34 def __add__(self, other: "wait_base") -> "wait_combine":
37 def __radd__(self, other: "wait_base") -> typing.Union["wait_combine", "wait_base"]:
78 def __init__(self, *strategies: wait_base) -> None:
101 def __init__(self, *strategies: wait_base) -> None:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
Dwait.py27 class wait_base(abc.ABC): class
34 def __add__(self, other: "wait_base") -> "wait_combine":
37 def __radd__(self, other: "wait_base") -> typing.Union["wait_combine", "wait_base"]:
78 def __init__(self, *strategies: wait_base) -> None:
101 def __init__(self, *strategies: wait_base) -> None:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
Dwait.py27 class wait_base(abc.ABC): class
34 def __add__(self, other: "wait_base") -> "wait_combine":
37 def __radd__(self, other: "wait_base") -> typing.Union["wait_combine", "wait_base"]:
78 def __init__(self, *strategies: wait_base) -> None:
101 def __init__(self, *strategies: wait_base) -> None:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
Dwait.py27 class wait_base(abc.ABC): class
34 def __add__(self, other: "wait_base") -> "wait_combine":
37 def __radd__(self, other: "wait_base") -> typing.Union["wait_combine", "wait_base"]:
78 def __init__(self, *strategies: wait_base) -> None:
101 def __init__(self, *strategies: wait_base) -> None: