Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtyping.py718 def __init__(self, bound, covariant, contravariant): argument
798 covariant=False, contravariant=False): argument
910 def __init__(self, name, *, bound=None, covariant=False, contravariant=False): argument