Home
last modified time | relevance | path

Searched refs:copy_with (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dtyping.py336 return t.copy_with(ev_args)
1067 return self.copy_with(tuple(new_args))
1069 def copy_with(self, params): member in _GenericAlias
1128 return self.copy_with(params)
1130 def copy_with(self, params): member in _SpecialGenericAlias
1171 def copy_with(self, params): member in _CallableType
1197 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 …]