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

Class set_subclass

Lib/test/test_capi/test_set.py:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9_testinternalcapi = import_helper.import_module('_testinternalcapi')
10
11class set_subclass(set):
12 pass
13
14class frozenset_subclass(frozenset):
15 pass

Callers 9

test_set_checkMethod · 0.85
test_set_check_exactMethod · 0.85
test_frozenset_checkMethod · 0.85
test_anyset_checkMethod · 0.85
test_set_sizeMethod · 0.85
test_set_get_sizeMethod · 0.85
test_set_updateMethod · 0.85

Calls

no outgoing calls

Tested by 9

test_set_checkMethod · 0.68
test_set_check_exactMethod · 0.68
test_frozenset_checkMethod · 0.68
test_anyset_checkMethod · 0.68
test_set_sizeMethod · 0.68
test_set_get_sizeMethod · 0.68
test_set_updateMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…