Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ assertEqual
Method
assertEqual
extra_tests/snippets/syntax_fstring.py:113–114 ·
view source on GitHub ↗
(self, a,b)
Source
from the content-addressed store, hash-verified
111
112
class
C:
113
def
assertEqual(self, a,b):
114
assert a==b,
"{0} == {1}"
.format(a,b)
115
116
self=C()
117
Callers
6
__init__
Method · 0.95
__setstate__
Method · 0.95
__release_buffer__
Method · 0.95
syntax_fstring.py
File · 0.45
_test_marshal
Method · 0.45
test_marshal_bytearray
Method · 0.45
Calls
1
format
Method · 0.45
Tested by
4
__init__
Method · 0.76
__setstate__
Method · 0.76
__release_buffer__
Method · 0.76
test_marshal_bytearray
Method · 0.36