Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtyping.py285 return t.copy_with(ev_args)
758 return self.copy_with(tuple(new_args))
760 def copy_with(self, params): member in _GenericAlias
816 return self.copy_with(params)
818 def copy_with(self, params): member in _SpecialGenericAlias
853 def copy_with(self, params): member in _CallableType
877 return self.copy_with((_TypingEllipsis, result))
881 return self.copy_with(params)
888 return self.copy_with((_TypingEmpty,))
894 return self.copy_with((p, _TypingEllipsis))
[all …]