Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __eq__
Method
__eq__
Lib/test/test_argparse.py:135–136 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
133
return
'%s(%s)'
% (type(self).__name__, kwarg_str)
134
135
def
__eq__(self, other):
136
return
vars(self) == vars(other)
137
138
139
class
ArgumentParserError(Exception):
Callers
nothing calls this directly
Calls
1
vars
Function · 0.85
Tested by
no test coverage detected