This website requires JavaScript.
Explore
Help
Sign In
jiuyuan
/
test_ok1
Watch
2
Star
0
Fork
You've already forked test_ok1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
275673ba21
test_ok1
/
py
/
apigen
/
tracer
/
testing
/
runtest.py
6 lines
99 B
Python
Raw
Blame
History
def
cut_pyc
(
f_name
)
:
if
f_name
.
endswith
(
'
.pyc
'
)
:
return
f_name
[
:
-
1
]
return
f_name
Reference in New Issue
View Git Blame
Copy Permalink