How to import and call function(written in python and transferred into go by grumpc) in go? #69
Labels
imported
Imported from google/grumpy
question
Further information is requested
waiting feedback
Waiting confirmation of changes or fixes
google#407 opened by @always-less on Jul 26
As titled, the newest grumpy.ImportModule function has only 2 params while the comment has not been updated.
And ImportModule(f, "a.b") causes the initialization and entry into sys.modules of Grumpy module a and
then Grumpy module a.b instead of b. Is this a bug?
The text was updated successfully, but these errors were encountered: