Searched defs:_is_namedtuple (Results 1 – 6 of 6) sorted by relevance
21 def _is_namedtuple(obj: Any) -> bool: function
162 _is_namedtuple = is_namedtuple # This function was private up to TF2.5. variable
541 def _is_namedtuple(obj: Any) -> bool: function