MCPcopy 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_signatureFunction · 0.45
parse_pdb_commandFunction · 0.45
get_header_version_infoFunction · 0.45
_matchMethod · 0.45
markupMethod · 0.45
__format__Method · 0.45
parse227Function · 0.45
ehloMethod · 0.45
libc_verFunction · 0.45
_syscmd_verFunction · 0.45
_sys_versionFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_create_tmpMethod · 0.36
test_re_matchMethod · 0.36
test_re_grouprefMethod · 0.36
test_bug_448951Method · 0.36
test_bug_725106Method · 0.36
test_bug_725149Method · 0.36
test_empty_arrayMethod · 0.36
test_bug_34294Method · 0.36