Searched refs:copy_with (Results 1 – 1 of 1) sorted by relevance
336 return t.copy_with(ev_args)1067 return self.copy_with(tuple(new_args))1069 def copy_with(self, params): member in _GenericAlias1128 return self.copy_with(params)1130 def copy_with(self, params): member in _SpecialGenericAlias1171 def copy_with(self, params): member in _CallableType1197 return self.copy_with((_TypingEllipsis, result))1202 return self.copy_with(params)1209 return self.copy_with((_TypingEmpty,))1215 return self.copy_with((p, _TypingEllipsis))[all …]