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 f9ae3ba commit b9ea837Copy full SHA for b9ea837
1 file changed
IPython/utils/_process_emscripten.py
@@ -1,3 +1,8 @@
1
+"""Emscripten-specific implementation of process utilities.
2
+
3
+This file is only meant to be imported by process.py, not by end-users.
4
+"""
5
6
def system(cmd):
7
raise OSError("Not available")
8
0 commit comments