Home
last modified time | relevance | path

Searched refs:typing (Results 1 – 25 of 7155) sorted by relevance

12345678910>>...287

/dports/x11/kitty/kitty-0.23.1/kitty/options/
H A Dparse.py4 import typing
111 def color0(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
114 def color1(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
117 def color2(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
120 def color3(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
123 def color4(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
126 def color5(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
129 def color6(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
132 def color7(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
1272 def create_result_dict() -> typing.Dict[str, typing.Any]:
[all …]
/dports/x11/kitty/kitty-0.23.1/kittens/diff/options/
H A Dparse.py4 import typing
11 def added_bg(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
14 def added_margin_bg(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
17 def background(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
20 def diff_cmd(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
23 def filler_bg(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
26 def foreground(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
35 def hunk_bg(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
86 def map(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
91 def create_result_dict() -> typing.Dict[str, typing.Any]:
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/
H A Dtyping11 tests/typing-extensions
13 tests/typing-gadts
14 tests/typing-immediate
16 tests/typing-labels
17 tests/typing-misc
18 tests/typing-misc-bugs
20 tests/typing-modules
22 tests/typing-objects
24 tests/typing-poly
28 tests/typing-private
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/
H A Dtyping11 tests/typing-extensions
13 tests/typing-gadts
14 tests/typing-immediate
16 tests/typing-labels
17 tests/typing-misc
18 tests/typing-misc-bugs
20 tests/typing-modules
22 tests/typing-objects
24 tests/typing-poly
28 tests/typing-private
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/
H A D_typing.py27 import typing
33 T = typing.TypeVar('T')
57 @typing.overload
59 @typing.overload
68 def __add__(self, other: typing.List[T]) -> typing.List[T]: ...
99 def __add__(self, other: typing.Set[T]) -> typing.Set[T]: ...
108 def copy(self) -> typing.Set[T]: ...
110 def difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
112 def intersection(self, other: typing.Set[T]) -> typing.Set[T]: ...
118 def symmetric_difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
[all …]
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/
H A D_typing.py27 import typing
33 T = typing.TypeVar('T')
57 @typing.overload
59 @typing.overload
68 def __add__(self, other: typing.List[T]) -> typing.List[T]: ...
99 def __add__(self, other: typing.Set[T]) -> typing.Set[T]: ...
108 def copy(self) -> typing.Set[T]: ...
110 def difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
112 def intersection(self, other: typing.Set[T]) -> typing.Set[T]: ...
118 def symmetric_difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
[all …]
/dports/devel/meson/meson-0.60.3/mesonbuild/
H A D_typing.py27 import typing
33 T = typing.TypeVar('T')
57 @typing.overload
59 @typing.overload
68 def __add__(self, other: typing.List[T]) -> typing.List[T]: ...
99 def __add__(self, other: typing.Set[T]) -> typing.Set[T]: ...
108 def copy(self) -> typing.Set[T]: ...
110 def difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
112 def intersection(self, other: typing.Set[T]) -> typing.Set[T]: ...
118 def symmetric_difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
[all …]
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/
H A D_typing.py27 import typing
33 T = typing.TypeVar('T')
57 @typing.overload
59 @typing.overload
68 def __add__(self, other: typing.List[T]) -> typing.List[T]: ...
99 def __add__(self, other: typing.Set[T]) -> typing.Set[T]: ...
108 def copy(self) -> typing.Set[T]: ...
110 def difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
112 def intersection(self, other: typing.Set[T]) -> typing.Set[T]: ...
118 def symmetric_difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/
H A D_typing.py27 import typing
33 T = typing.TypeVar('T')
57 @typing.overload
59 @typing.overload
68 def __add__(self, other: typing.List[T]) -> typing.List[T]: ...
99 def __add__(self, other: typing.Set[T]) -> typing.Set[T]: ...
108 def copy(self) -> typing.Set[T]: ...
110 def difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
112 def intersection(self, other: typing.Set[T]) -> typing.Set[T]: ...
118 def symmetric_difference(self, other: typing.Set[T]) -> typing.Set[T]: ...
[all …]
/dports/devel/py-grpc-stubs/grpc-stubs-1.24.7/grpc-stubs/
H A D__init__.pyi3 import typing
8 from typing import Literal
19 _OptionKeyValue = typing.Tuple[str, typing.Any]
40 Metadata = typing.Tuple[
41 typing.Tuple[str, typing.Union[str, bytes]],
133 handlers: typing.Optional[typing.List[GenericRpcHandler]] = None,
134 interceptors: typing.Optional[typing.List[Interceptor]] = None,
339 exc_type: typing.Optional[typing.Type[BaseException]],
579 …unary_stream: typing.Optional[typing.Callable[[TRequest, ServicerContext], typing.Iterable[TRespon…
581 …stream_unary: typing.Optional[typing.Callable[[typing.Iterable[TRequest], ServicerContext], TRespo…
[all …]
/dports/devel/py-libcst/libcst-0.3.23/libcst/_parser/conversions/
H A Dexpression.py8 import typing
143 COMPOP_TOKEN_LUT: typing.Dict[str, typing.Type[BaseCompOp]] = {
160 ) -> typing.Any:
173 ) -> typing.Any:
1160 children: typing.Sequence[typing.Any],
1163 typing.Type[Tuple], typing.Type[List], typing.Type[Set]
1166 typing.Type[GeneratorExp], typing.Type[ListComp], typing.Type[SetComp]
1200 children: typing.Sequence[typing.Any],
1203 typing.Type[Tuple], typing.Type[List], typing.Type[Set]
1283 children_iter: typing.Iterator[typing.Any],
[all …]
/dports/www/py-webargs/webargs-8.0.1/src/webargs/
H A Dcore.py2 import typing
30 ValidateArg = typing.Union[None, typing.Callable, typing.Iterable[typing.Callable]]
31 CallableList = typing.List[typing.Callable]
32 ErrorHandler = typing.Callable[..., typing.NoReturn]
149 __location_map__: typing.Dict[str, typing.Union[str, typing.Callable]] = {
166 schema_class: typing.Optional[typing.Type] = None
313 load_kwargs: typing.Dict[str, typing.Any] = (
354 kwargs: typing.Mapping[str, typing.Any],
372 kwargs: typing.Dict[str, typing.Any],
375 ) -> typing.Tuple[typing.Tuple, typing.Mapping]:
[all …]
/dports/www/py-starlette/starlette-0.17.1/starlette/
H A Ddatastructures.py2 import typing
239 typing.List[typing.Tuple[typing.Any, typing.Any]],
253 _items: typing.List[typing.Tuple[typing.Any, typing.Any]] = []
262 typing.List[typing.Tuple[typing.Any, typing.Any]], value
269 def getlist(self, key: typing.Any) -> typing.List[typing.Any]:
284 def get(self, key: typing.Any, default: typing.Any = None) -> typing.Any:
320 def pop(self, key: typing.Any, default: typing.Any = None) -> typing.Any:
338 def setdefault(self, key: typing.Any, default: typing.Any = None) -> typing.Any:
362 typing.List[typing.Tuple[typing.Any, typing.Any]],
382 typing.List[typing.Tuple[typing.Any, typing.Any]],
[all …]
H A Dconfig.py2 import typing
18 self._has_been_read: typing.Set[typing.Any] = set()
20 def __getitem__(self, key: typing.Any) -> typing.Any:
24 def __setitem__(self, key: typing.Any, value: typing.Any) -> None:
63 @typing.overload
69 @typing.overload
75 @typing.overload
83 ) -> typing.Any:
88 ) -> typing.Any:
112 self, key: str, value: typing.Any, cast: typing.Callable = None
[all …]
H A Dapplications.py1 import typing
45 typing.Union[int, typing.Type[Exception]], typing.Callable
47 on_startup: typing.Sequence[typing.Callable] = None,
48 on_shutdown: typing.Sequence[typing.Callable] = None,
49 lifespan: typing.Callable[["Starlette"], typing.AsyncContextManager] = None,
131 exc_class_or_status_code: typing.Union[int, typing.Type[Exception]],
159 ) -> typing.Callable:
160 def decorator(func: typing.Callable) -> typing.Callable:
173 def decorator(func: typing.Callable) -> typing.Callable:
186 def decorator(func: typing.Callable) -> typing.Callable:
[all …]
/dports/lang/ocaml/ocaml-4.05.0/
H A D.depend175 typing/ctype.cmo : typing/types.cmi typing/subst.cmi typing/predef.cmi \
179 typing/ctype.cmx : typing/types.cmx typing/subst.cmx typing/predef.cmx \
191 typing/datarepr.cmi : typing/types.cmi typing/path.cmi typing/ident.cmi
214 typing/envaux.cmi : typing/subst.cmi typing/path.cmi typing/env.cmi
224 typing/path.cmi typing/ident.cmi typing/env.cmi typing/ctype.cmi \
227 typing/path.cmx typing/ident.cmx typing/env.cmx typing/ctype.cmx \
246 typing/mtype.cmo : typing/types.cmi typing/subst.cmi typing/path.cmi \
250 typing/mtype.cmx : typing/types.cmx typing/subst.cmx typing/path.cmx \
254 typing/mtype.cmi : typing/types.cmi typing/path.cmi typing/ident.cmi \
286 typing/predef.cmi : typing/types.cmi typing/path.cmi typing/ident.cmi
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/
H A D.depend175 typing/ctype.cmo : typing/types.cmi typing/subst.cmi typing/predef.cmi \
179 typing/ctype.cmx : typing/types.cmx typing/subst.cmx typing/predef.cmx \
191 typing/datarepr.cmi : typing/types.cmi typing/path.cmi typing/ident.cmi
214 typing/envaux.cmi : typing/subst.cmi typing/path.cmi typing/env.cmi
224 typing/path.cmi typing/ident.cmi typing/env.cmi typing/ctype.cmi \
227 typing/path.cmx typing/ident.cmx typing/env.cmx typing/ctype.cmx \
246 typing/mtype.cmo : typing/types.cmi typing/subst.cmi typing/path.cmi \
250 typing/mtype.cmx : typing/types.cmx typing/subst.cmx typing/path.cmx \
254 typing/mtype.cmi : typing/types.cmi typing/path.cmi typing/ident.cmi \
286 typing/predef.cmi : typing/types.cmi typing/path.cmi typing/ident.cmi
[all …]
/dports/math/py-nevergrad/nevergrad-0.4.3.post2/nevergrad/common/
H A Dtyping.py11 from typing import Any as Any
12 from typing import Generic as Generic
13 from typing import Type as Type
14 from typing import TypeVar as TypeVar
16 from typing import Union as Union
19 from typing import Dict as Dict
20 from typing import Tuple as Tuple
21 from typing import List as List
22 from typing import Set as Set
23 from typing import Deque as Deque
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A D_ast.pyi2 import typing
35 body: typing.List[stmt]
40 body: typing.List[stmt]
50 body: typing.List[stmt]
57 body: typing.List[stmt]
63 bases: typing.List[expr]
65 body: typing.List[stmt]
92 body: typing.List[stmt]
98 body: typing.List[stmt]
103 body: typing.List[stmt]
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/typed-ast/typed_ast/
H A Dast3.pyi1 import typing
36 body: typing.List[stmt]
40 body: typing.List[stmt]
50 body: typing.List[stmt]
59 body: typing.List[stmt]
67 body: typing.List[stmt]
76 body: typing.List[stmt]
104 body: typing.List[stmt]
111 body: typing.List[stmt]
117 body: typing.List[stmt]
[all …]
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/
H A Dtypes.py5 import typing
35 class CutSpec(typing.Sequence[str]):
39 class Data(typing.Sequence[typing.Sequence[typing.Union[str, bytes]]]):
58 typ: typing.Type = object
69 def parse(self, manager: "CommandManager", typ: typing.Any, s: str) -> typing.Any:
77 def is_valid(self, manager: "CommandManager", typ: typing.Any, val: typing.Any) -> bool:
101 def is_valid(self, manager: "CommandManager", typ: typing.Any, val: typing.Any) -> bool:
134 def is_valid(self, manager: "CommandManager", typ: typing.Any, val: typing.Any) -> bool:
151 def is_valid(self, manager: "CommandManager", typ: typing.Any, val: typing.Any) -> bool:
250 typ = typing.Sequence[str]
[all …]
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/3/typed_ast/
H A Dast3.pyi1 import typing
40 body: typing.List[stmt]
44 body: typing.List[stmt]
54 body: typing.List[stmt]
64 body: typing.List[stmt]
72 body: typing.List[stmt]
81 body: typing.List[stmt]
109 body: typing.List[stmt]
116 body: typing.List[stmt]
122 body: typing.List[stmt]
[all …]
/dports/devel/py-rx/Rx-3.2.0/rx/scheduler/mainloop/
H A Dgtkscheduler.py1 from typing import cast, Any, Optional
3 from rx.core import typing
28 time: typing.AbsoluteOrRelativeTime,
32 ) -> typing.Disposable:
61 action: typing.ScheduledAction,
62 state: Optional[typing.TState] = None
63 ) -> typing.Disposable:
77 duetime: typing.RelativeTime,
80 ) -> typing.Disposable:
98 ) -> typing.Disposable:
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A D_ast.pyi2 import typing
36 body: typing.List[stmt]
41 body: typing.List[stmt]
51 body: typing.List[stmt]
58 body: typing.List[stmt]
64 bases: typing.List[expr]
66 body: typing.List[stmt]
93 body: typing.List[stmt]
99 body: typing.List[stmt]
104 body: typing.List[stmt]
[all …]
/dports/devel/py-rx/Rx-3.2.0/rx/scheduler/
H A Dcatchscheduler.py2 from typing import cast, Callable, Optional
4 from rx.core import typing
13 scheduler: typing.Scheduler,
28 self._scheduler: typing.Scheduler = scheduler
46 action: typing.ScheduledAction,
48 ) -> typing.Disposable:
67 ) -> typing.Disposable:
87 ) -> typing.Disposable:
107 ) -> typing.Disposable:
129 def periodic(state: Optional[typing.TState] = None) -> Optional[typing.TState]:
[all …]

12345678910>>...287