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

Class frozenset_subclass

Lib/test/test_capi/test_set.py:14–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 pass
13
14class frozenset_subclass(frozenset):
15 pass
16
17
18class BaseSetTests:

Callers 10

assertImmutableMethod · 0.85
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 10

assertImmutableMethod · 0.68
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…