This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
41dc72fa1f
cpython
/
Demo
/
sgi
/
video
/
Vgeneric.py
3 lines
79 B
Python
Executable File
Raw
Blame
History
import
sys
,
posixpath
exec
(
'
import
'
+
posixpath
.
basename
(
sys
.
argv
[
0
]
)
+
'
\n
'
)
Reference in New Issue
View Git Blame
Copy Permalink