OpenGrok
Cross Reference: test_builtin.py
xref
: /
external
/
python
/
cpython2
/
Lib
/
test
/
test_builtin.py
Home
|
History
|
Annotate
|
Download
|
only in
test
Lines Matching
refs:accu
756
accu
= 0
757
for i in v:
accu
=
accu
+ i
758
return
accu