index
:
sphinx
debian
progress-linux
upstream
debian 11 backports: sphinx (TODO)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
roots
/
test-pycode-egg
/
src
/
sample.py
blob: 2ecf577f6370fe8cec23b3f11ca136be73c5ef5c (
plain
)
1
2
3
4
5
6
#: constant on sample.py
CONSTANT
=
1
def
hello
(
s
):
print
(
'Hello
%s
'
%
s
)