Home
last modified time | relevance | path

Searched refs:_strip_annotations (Results 1 – 11 of 11) sorted by relevance

/dports/lang/python310/Python-3.10.1/Lib/
H A Dtyping.py1810 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}
1850 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}
1853 def _strip_annotations(t): function
1857 return _strip_annotations(t.__origin__)
1859 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1864 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1869 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtyping.py1815 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}
1855 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}
1858 def _strip_annotations(t): function
1862 return _strip_annotations(t.__origin__)
1864 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1869 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1874 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtyping.py1460 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}
1500 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}
1503 def _strip_annotations(t): function
1507 return _strip_annotations(t.__origin__)
1509 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1514 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
/dports/finance/electrum/Electrum-4.1.5/packages/
H A Dtyping_extensions.py1835 def _strip_annotations(t): function
1839 return _strip_annotations(t.__origin__)
1841 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1883 return {k: _strip_annotations(t) for k, t in hint.items()}
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/
H A Dtyping_extensions.py1835 def _strip_annotations(t): function
1839 return _strip_annotations(t.__origin__)
1841 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1883 return {k: _strip_annotations(t) for k, t in hint.items()}
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/typing_extensions/
H A Dtyping_extensions.py1835 def _strip_annotations(t): function
1839 return _strip_annotations(t.__origin__)
1841 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1883 return {k: _strip_annotations(t) for k, t in hint.items()}
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/typing_extensions/
H A Dtyping_extensions.py1835 def _strip_annotations(t): function
1839 return _strip_annotations(t.__origin__)
1841 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1883 return {k: _strip_annotations(t) for k, t in hint.items()}
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/
H A Dtyping_extensions.py1879 def _strip_annotations(t): function
1883 return _strip_annotations(t.__origin__)
1885 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1927 return {k: _strip_annotations(t) for k, t in hint.items()}
/dports/www/firefox/firefox-99.0/third_party/python/typing_extensions/
H A Dtyping_extensions.py1877 def _strip_annotations(t): function
1881 return _strip_annotations(t.__origin__)
1883 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1925 return {k: _strip_annotations(t) for k, t in hint.items()}
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/typing_extensions-3.10.0.0-py3-none-any/
H A Dtyping_extensions.py1877 def _strip_annotations(t): function
1881 return _strip_annotations(t.__origin__)
1883 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1925 return {k: _strip_annotations(t) for k, t in hint.items()}
/dports/devel/py-typing-extensions/typing_extensions-3.10.0.2/src_py3/
H A Dtyping_extensions.py1879 def _strip_annotations(t): function
1883 return _strip_annotations(t.__origin__)
1885 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
1927 return {k: _strip_annotations(t) for k, t in hint.items()}