Searched refs:_is_named_tuple (Results 1 – 1 of 1) sorted by relevance
141 return not _is_named_tuple(obj) and isinstance(obj, tuple)144 def _is_named_tuple(instance): function214 return _is_named_tuple(pyobj)