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

Class List

extra_tests/snippets/stdlib_json.py:193–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193class List(list):
194 pass
195
196
197class Tuple(tuple):

Callers 1

stdlib_json.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected