Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
11
class
set_subclass(set):
12
pass
13
14
class
frozenset_subclass(frozenset):
15
pass
Callers
9
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
9
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…