Searched refs:_is_named_tuple (Results 1 – 1 of 1) sorted by relevance
154 return not _is_named_tuple(obj) and isinstance(obj, tuple)157 def _is_named_tuple(instance): function227 return _is_named_tuple(pyobj)