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

Class S

Lib/test/test_sys.py:1871–1872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1869 __slots__ = 'a', 'b', 'c'
1870 check(L(), [], '3P')
1871 class S(set):
1872 __slots__ = 'a', 'b', 'c'
1873 check(S(), set(), '3P')
1874 class FS(frozenset):
1875 __slots__ = 'a', 'b', 'c'

Callers 2

test_internMethod · 0.70
test_slotsMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_internMethod · 0.56
test_slotsMethod · 0.56