예제 #1
0
파일: JsData.py 프로젝트: epykure/epyk-ui
 def to(self):
     """
 Description:
 -----------
 All the possible object transformation to deal with external packages
 """
     return JsFncs.FncToObject(self.page._props, self._schema)
예제 #2
0
파일: JsData.py 프로젝트: epykure/epyk-ui
    def to(self):
        """
    Description:
    -----------

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