/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import sys methodToCall = getattr(sys.modules[__name__], "method") result = methodToCall()