Searched refs:_is_namedtuple (Results 1 – 1 of 1) sorted by relevance
87 def _is_namedtuple(instance, strict=False): function128 elif _is_namedtuple(instance) or _is_attrs(instance):168 elif _is_namedtuple(iterable):610 _is_namedtuple(shallow_tree),671 shallow_is_namedtuple = _is_namedtuple(shallow_tree, False)672 input_is_namedtuple = _is_namedtuple(input_tree, False)