Searched defs:is_namedtuple (Results 1 – 8 of 8) sorted by relevance
19 def is_namedtuple(obj): function
16 def is_namedtuple(obj: Any) -> bool: function
147 def is_namedtuple(instance, strict=False): function
399 is_namedtuple: bool = False variable in Node
951 def is_namedtuple(obj): function