Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ B
Class
B
Lib/test/test_re.py:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
return
S(super().__getitem__(index))
31
32
class
B(bytes):
33
def
__getitem__(self, index):
34
return
B(super().__getitem__(index))
35
36
class
ReTests(unittest.TestCase):
37
Callers
11
test_constructor_with_iterable_argument
Method · 0.70
__getitem__
Method · 0.70
test_basic_re_sub
Method · 0.70
test_re_split
Method · 0.70
test_re_findall
Method · 0.70
test_re_match
Method · 0.70
test_re_fullmatch
Method · 0.70
test_match_repr
Method · 0.70
test_newobj_generic
Method · 0.70
test_newobj_proxies
Method · 0.70
test_binomialvariate
Method · 0.70
Calls
no outgoing calls
Tested by
11
test_constructor_with_iterable_argument
Method · 0.56
__getitem__
Method · 0.56
test_basic_re_sub
Method · 0.56
test_re_split
Method · 0.56
test_re_findall
Method · 0.56
test_re_match
Method · 0.56
test_re_fullmatch
Method · 0.56
test_match_repr
Method · 0.56
test_newobj_generic
Method · 0.56
test_newobj_proxies
Method · 0.56
test_binomialvariate
Method · 0.56