Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dfunctools.py746 def is_strict_base(typ): function
751 types = [n for n in types if not is_strict_base(n)]