OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_contra
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Lib/
typing.py
[
all
...]
/external/python/cpython3/Lib/test/
test_typing.py
194
T_contra
= TypeVar('
T_contra
', contravariant=True)
195
self.assertEqual(repr(
T_contra
), '-
T_contra
')
[
all
...]
Completed in 304 milliseconds