Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ copy_with
Method
copy_with
Lib/typing.py:1492–1493 ·
view source on GitHub ↗
(self, args)
Source
from the content-addressed store, hash-verified
1490
return
new_args
1491
1492
def
copy_with(self, args):
1493
return
self.__class__(self.__origin__, args, name=self._name, inst=self._inst)
1494
1495
def
__repr__(self):
1496
if
self._name:
Callers
5
__getitem__
Method · 0.95
_eval_type
Function · 0.45
__getitem__
Method · 0.45
copy_with
Method · 0.45
_strip_annotations
Function · 0.45
Calls
1
__class__
Method · 0.45
Tested by
no test coverage detected