Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dtyping.py393 return t.copy_with(ev_args)
1402 r = self.copy_with(new_args)
1496 def copy_with(self, args): member in _GenericAlias
1563 return self.copy_with(params)
1565 def copy_with(self, params): member in _SpecialGenericAlias
1606 def copy_with(self, params): member in _CallableType
1631 return self.copy_with((_TypingEllipsis, result))
1636 return self.copy_with(params)
1647 return self.copy_with((*params, _TypingEllipsis))
1650 return self.copy_with(param
1654 def copy_with(self, params): global() member in _UnionGenericAlias
1703 def copy_with(self, params): global() member in _ConcatenateGenericAlias
2118 def copy_with(self, params): global() member in _AnnotatedAlias
[all...]

Completed in 6 milliseconds