Hi, I have a function which can receive a dict or a list, and do different actions depending on the type. I have tried to:
import types But I am getting an error when my application starts up: "Activity AttributeError: 'undefined' has no attribute 'CodeType'" How can I solve this problem? How can I do introspection in pyjs? Thanks, Daniel