We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c561ae commit 3bf842eCopy full SHA for 3bf842e
os/os.module.go
@@ -51,6 +51,7 @@ func init() {
51
"environ": getEnvVariables(),
52
"sep": getsep(),
53
"name": getname(),
54
+ "curdir": py.String("."),
55
}
56
57
py.RegisterModule(&py.ModuleImpl{
0 commit comments