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

Class OD

Lib/test/test_sys.py:1878–1879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1876 check(FS(), frozenset(), '3P')
1877 from collections import OrderedDict
1878 class OD(OrderedDict):
1879 __slots__ = 'a', 'b', 'c'
1880 check(OD(x=[]), OrderedDict(x=[]), '3P')
1881
1882 def test_pythontypes(self):

Callers 1

test_slotsMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_slotsMethod · 0.68