Posts by Sidney Soares Marcelino • 21 points
2 posts
-
1
votes3
answers112
viewsA: In Python how to pass the self between 2 windows using modules
karlloss is right, in returnMain it is not necessary to pass the object to func1. Perhaps the confusion lies in the understanding of the parameter self, it works much like the this in other…
-
1
votes2
answers1366
viewsA: image upload with media content
Good morning, the best way I could find to upload in Content was by using this package https://github.com/CollectionFS/Meteor-CollectionFS It creates an object, the image URL is an attribute of that…