Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __getnewargs__
Method
__getnewargs__
Lib/codecs.py:114–115 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
self.name, id(self))
113
114
def
__getnewargs__(self):
115
return
tuple(self)
116
117
class
Codec:
118
Callers
1
builtin_complex.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected