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

Class D

Lib/test/test_sys.py:1865–1866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1863 __slots__ = 'a', 'b', 'c'
1864 check(BA(), bytearray(), '3P')
1865 class D(dict):
1866 __slots__ = 'a', 'b', 'c'
1867 check(D(x=[]), {'x': []}, '3P')
1868 class L(list):
1869 __slots__ = 'a', 'b', 'c'

Callers 1

test_slotsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_slotsMethod · 0.56