Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9ea837

Browse files
committed
IPython/utils/_process_emscripten.py: Add file header
1 parent f9ae3ba commit b9ea837

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

IPython/utils/_process_emscripten.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
def system(cmd):
27
raise OSError("Not available")
38

0 commit comments

Comments
 (0)