Example #1
0
 def to(self):
     """
 Description:
 -----------
 All the possible object transformation to deal with external packages
 """
     return JsFncs.FncToObject(self.page._props, self._schema)
Example #2
0
    def to(self):
        """
    Description:
    -----------

    """
        return JsFncs.FncToObject(self, self.page._props, self._schema)