index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
PythonCoverage
/
coveragetest
/
foo.py
blob: 97b5a41e9d55352397c0102f8c166259e38d8f22 (
plain
)
1
2
3
4
5
6
7
8
def
foo
():
x
=
3
+
3
return
x
def
bar
():
y
=
2
+
2
return
y