MCPcopy Index your code
hub / github.com/python/cpython / FS

Class FS

Lib/test/test_sys.py:1893–1894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1891 __slots__ = 'a', 'b', 'c'
1892 check(S(), set(), '3P')
1893 class FS(frozenset):
1894 __slots__ = 'a', 'b', 'c'
1895
1896 class mytuple(tuple):
1897 pass

Callers 1

test_slotsMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_slotsMethod · 0.68