MCPcopy 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
32class B(bytes):
33 def __getitem__(self, index):
34 return B(super().__getitem__(index))
35
36class ReTests(unittest.TestCase):
37

Callers 11

__getitem__Method · 0.70
test_basic_re_subMethod · 0.70
test_re_splitMethod · 0.70
test_re_findallMethod · 0.70
test_re_matchMethod · 0.70
test_re_fullmatchMethod · 0.70
test_match_reprMethod · 0.70
test_newobj_genericMethod · 0.70
test_newobj_proxiesMethod · 0.70
test_binomialvariateMethod · 0.70

Calls

no outgoing calls

Tested by 11

__getitem__Method · 0.56
test_basic_re_subMethod · 0.56
test_re_splitMethod · 0.56
test_re_findallMethod · 0.56
test_re_matchMethod · 0.56
test_re_fullmatchMethod · 0.56
test_match_reprMethod · 0.56
test_newobj_genericMethod · 0.56
test_newobj_proxiesMethod · 0.56
test_binomialvariateMethod · 0.56