MCPcopy Index your code
hub / github.com/RustPython/RustPython / copy_with

Method copy_with

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

Source from the content-addressed store, hash-verified

1574 return self.copy_with(params)
1575
1576 def copy_with(self, params):
1577 return _GenericAlias(self.__origin__, params,
1578 name=self._name, inst=self._inst)
1579
1580 def __repr__(self):
1581 return 'typing.' + self._name

Callers 1

__getitem__Method · 0.95

Calls 1

_GenericAliasClass · 0.85

Tested by

no test coverage detected