You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stdlib/os/os.go
+57
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ func init() {
53
53
py.MustNewMethod("chdir", chdir, 0, "Change the current working directory"),
54
54
py.MustNewMethod("getenv", getenv, 0, "Return the value of the environment variable key if it exists, or default if it doesn’t. key, default and the result are str."),
55
55
py.MustNewMethod("getpid", getpid, 0, "Return the current process id."),
0 commit comments