Home
last modified time | relevance | path

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

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