This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-18 12:21:57 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
780e5f295b
semantic
/
preludes
/
python.py
4 lines
47 B
Python
Raw
Normal View
History
Unescape
Escape
Make it easier to test python locally with a dummy print in the prelude
2018-04-04 01:46:19 +03:00
def
print
(
x
)
:
Print in the Python prelude.
2018-05-10 18:00:15 +03:00
__semantic_print
(
x
)
Make it easier to test python locally with a dummy print in the prelude
2018-04-04 01:46:19 +03:00
return
x
Reference in New Issue
Copy Permalink