Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3664111 commit cfc21fcCopy full SHA for cfc21fc
1 file changed
Lib/codeop.py
@@ -1,8 +1,5 @@
1
"""Utility to compile possibly incomplete Python source code."""
2
3
-import sys
4
-import traceback
5
-
6
__all__ = ["compile_command"]
7
8
def compile_command(source, filename="<input>", symbol="single"):
0 commit comments