Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtyping.py938 def __init__(self, bound, covariant, contravariant): argument
1013 covariant=False, contravariant=False): argument
1209 def __init__(self, name, *, bound=None, covariant=False, contravariant=False): argument