Searched refs:_is_tuple_construct (Results 1 – 1 of 1) sorted by relevance
170 if not _is_tuple_construct(tuple_value):188 if not _is_tuple_construct(tuple_value):356 return descriptor and _is_value(arg) and _is_tuple_construct(arg)500 def _is_tuple_construct(x: _C.Value) -> bool: function