MCPcopy Index your code
hub / github.com/python/cpython / copy_with

Method copy_with

Lib/typing.py:1627–1629  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

1625 return self.copy_with(params)
1626
1627 def copy_with(self, params):
1628 return _GenericAlias(self.__origin__, params,
1629 name=self._name, inst=self._inst)
1630
1631 def __repr__(self):
1632 return 'typing.' + self._name

Callers 1

__getitem__Method · 0.95

Calls 1

_GenericAliasClass · 0.85

Tested by

no test coverage detected