Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ groups
Method
groups
Lib/re/_parser.py:84–85 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
82
self.grouprefpos = {}
83
@property
84
def
groups(self):
85
return
len(self.groupwidths)
86
def
opengroup(self, name=None):
87
gid = self.groups
88
self.groupwidths.append(None)
Callers
15
parse_opcode_signature
Function · 0.45
parse_pdb_command
Function · 0.45
get_header_version_info
Function · 0.45
_match
Method · 0.45
markup
Method · 0.45
__format__
Method · 0.45
parse227
Function · 0.45
_match_arguments_partial
Method · 0.45
ehlo
Method · 0.45
libc_ver
Function · 0.45
_syscmd_ver
Function · 0.45
_sys_version
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_create_tmp
Method · 0.36
assert_exception_table_increasing
Method · 0.36
run_repeated_init_and_subinterpreters
Method · 0.36
test_re_match
Method · 0.36
test_re_groupref_exists
Method · 0.36
test_re_groupref
Method · 0.36
test_bug_448951
Method · 0.36
test_bug_725106
Method · 0.36
test_bug_725149
Method · 0.36
test_empty_array
Method · 0.36
test_bug_34294
Method · 0.36
test_MARK_PUSH_macro_bug
Method · 0.36