Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ list
Class
list
Lib/test/test_reprlib.py:621–623 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
619
# Issue #113570: repr() should not be fooled
620
# by a shadowed builtin function
621
class
list:
622
def
__repr__(self):
623
return
"not builtins.list"
624
625
self.assertEqual(r(list()),
"not builtins.list"
)
626
Callers
15
nbody.py
File · 0.85
fannkuch
Function · 0.85
_c3_mro
Function · 0.85
_convert
Function · 0.85
__new__
Method · 0.85
_get_exports_list
Function · 0.85
__iter__
Method · 0.85
format_string
Function · 0.85
PyUnicode_EncodeCharmap
Function · 0.85
filterfalse
Function · 0.85
_parse_isoformat_date
Function · 0.85
__reduce__
Method · 0.85
Calls
no outgoing calls
Tested by
15
output_difference
Method · 0.68
test_exception_value_crash
Method · 0.68
test_delegating_generators_claim_to_be_running
Method · 0.68
test_custom_iterator_return
Method · 0.68
test_incrementalencoder
Method · 0.68
test_incrementaldecoder
Method · 0.68
test_streamreader
Method · 0.68
test_streamwriter
Method · 0.68
test_lookups_with_key_function
Method · 0.68
test_insort
Method · 0.68
test_vsBuiltinSort
Method · 0.68
test_stream_bom
Method · 0.68