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

Class mytuple

Lib/test/test_sys.py:1896–1897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1894 __slots__ = 'a', 'b', 'c'
1895
1896 class mytuple(tuple):
1897 pass
1898 check(FS([mytuple()]), frozenset([mytuple()]), '3P')
1899 from collections import OrderedDict
1900 class OD(OrderedDict):

Callers 1

test_slotsMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_slotsMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…