py
apigen
tracer
testing
package
__init__.py
runtest.py
test_desc.py
test_docgen.py
test_model.py
test_package.py
sources for runtest.py [rev. unknown]
index
api
source
contact
download
1
2
3
4
5
6
def
cut_pyc(f_name):
if
f_name.endswith(
'.pyc'
):
return
f_name[:-
1
]
return
f_name