We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd54d8 commit 71a5604Copy full SHA for 71a5604
1 file changed
py/module.go
@@ -84,7 +84,7 @@ func NewStore() *Store {
84
}
85
86
87
-// A python Module object that has been initted for a given py.Ctx
+// Module is a runtime instance of a ModuleImpl bound the py.Ctx that imported it.
88
type Module struct {
89
ModuleInfo
90
0 commit comments