We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b1018 commit f2602bcCopy full SHA for f2602bc
1 file changed
py/run.go
@@ -50,7 +50,7 @@ type CompileOpts struct {
50
CurDir string // If non-empty, this is the path of the current working directory. If empty, os.Getwd() is used.
51
}
52
53
-// CompileOut is the output object of high-level compilation, e.g. ResolveAndCompile()
+// CompileOut the output of high-level compilation -- e.g. ResolveAndCompile()
54
type CompileOut struct {
55
SrcPathname string // Resolved pathname the .py file that was compiled (if applicable)
56
PycPathname string // Pathname of the .pyc file read and/or written (if applicable)
0 commit comments