Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
14
class
frozenset_subclass(frozenset):
15
pass
16
17
18
class
BaseSetTests:
Callers
10
assertImmutable
Method · 0.85
test_set_check
Method · 0.85
test_set_check_exact
Method · 0.85
test_frozenset_check
Method · 0.85
test_frozenset_check_exact
Method · 0.85
test_anyset_check
Method · 0.85
test_anyset_check_exact
Method · 0.85
test_set_size
Method · 0.85
test_set_get_size
Method · 0.85
test_set_update
Method · 0.85
Calls
no outgoing calls
Tested by
10
assertImmutable
Method · 0.68
test_set_check
Method · 0.68
test_set_check_exact
Method · 0.68
test_frozenset_check
Method · 0.68
test_frozenset_check_exact
Method · 0.68
test_anyset_check
Method · 0.68
test_anyset_check_exact
Method · 0.68
test_set_size
Method · 0.68
test_set_get_size
Method · 0.68
test_set_update
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…