Searched defs:_first_set (Results 1 – 4 of 4) sorted by relevance
147 def _first_set(first: t.Union[t.Any, object], second: t.Any) -> t.Any: function