OpenGrok
Cross Reference: test_re.py
xref
: /
external
/
python
/
cpython2
/
Lib
/
test
/
test_re.py
Home
|
History
|
Annotate
|
Download
|
only in
test
Lines Matching
refs:matchobj
45
def bump_num(self,
matchobj
):
46
int_value = int(
matchobj
.group(0))