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

Class C

extra_tests/snippets/syntax_fstring.py:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110### Tests for fstring self documenting form CPython
111
112class C:
113 def assertEqual(self, a,b):
114 assert a==b, "{0} == {1}".format(a,b)
115
116self=C()
117

Callers 1

syntax_fstring.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected